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 48084c3 commit ab7fbadCopy full SHA for ab7fbad
arch/riscv/Kconfig.socs
@@ -11,14 +11,15 @@ config SOC_SIFIVE
11
This enables support for SiFive SoC platform hardware.
12
13
config SOC_VIRT
14
- bool "QEMU Virt Machine"
15
- select POWER_RESET_SYSCON
16
- select POWER_RESET_SYSCON_POWEROFF
17
- select GOLDFISH
18
- select RTC_DRV_GOLDFISH
19
- select SIFIVE_PLIC
20
- help
21
- This enables support for QEMU Virt Machine.
+ bool "QEMU Virt Machine"
+ select POWER_RESET
+ select POWER_RESET_SYSCON
+ select POWER_RESET_SYSCON_POWEROFF
+ select GOLDFISH
+ select RTC_DRV_GOLDFISH if RTC_CLASS
+ select SIFIVE_PLIC
+ help
22
+ This enables support for QEMU Virt Machine.
23
24
config SOC_KENDRYTE
25
bool "Kendryte K210 SoC"
0 commit comments