]> git.ipfire.org Git - thirdparty/linux.git/blob - arch/riscv/Kconfig.socs
Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-block
[thirdparty/linux.git] / arch / riscv / Kconfig.socs
1 menu "SoC selection"
2
3 config SOC_SIFIVE
4 bool "SiFive SoCs"
5 select SERIAL_SIFIVE if TTY
6 select SERIAL_SIFIVE_CONSOLE if TTY
7 select CLK_SIFIVE
8 select CLK_SIFIVE_FU540_PRCI
9 select SIFIVE_PLIC
10 help
11 This enables support for SiFive SoC platform hardware.
12
13 config SOC_VIRT
14 bool "QEMU Virt Machine"
15 select POWER_RESET
16 select POWER_RESET_SYSCON
17 select POWER_RESET_SYSCON_POWEROFF
18 select GOLDFISH
19 select RTC_DRV_GOLDFISH if RTC_CLASS
20 select SIFIVE_PLIC
21 help
22 This enables support for QEMU Virt Machine.
23
24 config SOC_KENDRYTE
25 bool "Kendryte K210 SoC"
26 depends on !MMU
27 select BUILTIN_DTB
28 select SERIAL_SIFIVE if TTY
29 select SERIAL_SIFIVE_CONSOLE if TTY
30 select SIFIVE_PLIC
31 help
32 This enables support for Kendryte K210 SoC platform hardware.
33
34 endmenu