We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3a9a0 commit bd34d9eCopy full SHA for bd34d9e
boards/riscv64.gni
@@ -22,6 +22,9 @@ platform_enable_user_pci = true
22
board_bootfs_labels += [
23
"//src/devices/bus/drivers/pci:bus-pci",
24
"//src/devices/board/drivers/qemu-riscv64",
25
+
26
+ # Configs
27
+ "//src/power/power-manager:base_config",
28
]
29
board_bootfs_labels += _imports.virtio_drivers
30
0 commit comments