5 select SERIAL_SIFIVE if TTY
6 select SERIAL_SIFIVE_CONSOLE if TTY
11 This enables support for SiFive SoC platform hardware.
14 bool "QEMU Virt Machine"
15 select CLINT_TIMER if RISCV_M_MODE
17 select POWER_RESET_SYSCON
18 select POWER_RESET_SYSCON_POWEROFF
20 select RTC_DRV_GOLDFISH if RTC_CLASS
23 This enables support for QEMU Virt Machine.
26 bool "Kendryte K210 SoC"
28 select CLINT_TIMER if RISCV_M_MODE
29 select SERIAL_SIFIVE if TTY
30 select SERIAL_SIFIVE_CONSOLE if TTY
33 This enables support for Kendryte K210 SoC platform hardware.
35 config SOC_KENDRYTE_K210_DTB
37 depends on SOC_KENDRYTE_K210_DTB_BUILTIN
39 config SOC_KENDRYTE_K210_DTB_BUILTIN
40 bool "Builtin device tree for the Kendryte K210"
41 depends on SOC_KENDRYTE
45 select SOC_KENDRYTE_K210_DTB
47 Builds a device tree for the Kendryte K210 into the Linux image.
48 This option should be selected if no bootloader is being used.