2019-06-17 21:29:48 +02:00
menu "SoC selection"
2021-03-03 12:02:49 -08:00
config SOC_MICROCHIP_POLARFIRE
bool "Microchip PolarFire SoCs"
select MCHP_CLK_MPFS
select SIFIVE_PLIC
help
This enables support for Microchip PolarFire SoC platforms.
2019-06-17 21:29:48 +02:00
config SOC_SIFIVE
2019-11-21 04:20:57 +01:00
bool "SiFive SoCs"
2019-10-24 15:20:03 +08:00
select SERIAL_SIFIVE if TTY
select SERIAL_SIFIVE_CONSOLE if TTY
2019-11-21 04:20:57 +01:00
select CLK_SIFIVE
2020-12-09 17:49:13 +08:00
select CLK_SIFIVE_PRCI
2019-11-21 04:20:57 +01:00
select SIFIVE_PLIC
2022-02-11 00:49:43 +08:00
select ERRATA_SIFIVE if !XIP_KERNEL
2019-11-21 04:20:57 +01:00
help
This enables support for SiFive SoC platform hardware.
2019-06-17 21:29:48 +02:00
2021-10-10 16:10:32 +02:00
config SOC_STARFIVE
bool "StarFive SoCs"
select PINCTRL
select RESET_CONTROLLER
select SIFIVE_PLIC
help
This enables support for StarFive SoC platform hardware.
2019-12-03 03:49:31 +00:00
config SOC_VIRT
2020-05-11 10:19:52 +08:00
bool "QEMU Virt Machine"
2020-08-17 18:12:50 +05:30
select CLINT_TIMER if RISCV_M_MODE
2020-05-11 10:19:52 +08:00
select POWER_RESET
select POWER_RESET_SYSCON
select POWER_RESET_SYSCON_POWEROFF
select GOLDFISH
select RTC_DRV_GOLDFISH if RTC_CLASS
select SIFIVE_PLIC
2022-02-10 11:19:47 +05:30
select PM_GENERIC_DOMAINS if PM
select PM_GENERIC_DOMAINS_OF if PM && OF
2022-04-09 15:53:17 -07:00
select RISCV_SBI_CPUIDLE if CPU_IDLE && RISCV_SBI
2020-05-11 10:19:52 +08:00
help
This enables support for QEMU Virt Machine.
2019-12-03 03:49:31 +00:00
2020-12-13 22:50:38 +09:00
config SOC_CANAAN
bool "Canaan Kendryte K210 SoC"
2020-03-16 09:47:39 +09:00
depends on !MMU
2020-08-17 18:12:50 +05:30
select CLINT_TIMER if RISCV_M_MODE
2020-03-16 09:47:40 +09:00
select SERIAL_SIFIVE if TTY
select SERIAL_SIFIVE_CONSOLE if TTY
select SIFIVE_PLIC
2020-12-13 22:50:47 +09:00
select ARCH_HAS_RESET_CONTROLLER
2021-01-12 09:58:40 +09:00
select PINCTRL
2021-03-11 19:24:24 +09:00
select COMMON_CLK
select COMMON_CLK_K210
2020-03-16 09:47:39 +09:00
help
2020-12-13 22:50:38 +09:00
This enables support for Canaan Kendryte K210 SoC platform hardware.
2020-03-16 09:47:39 +09:00
2020-12-13 22:50:38 +09:00
if SOC_CANAAN
2020-04-14 13:43:25 +09:00
2020-12-13 22:50:38 +09:00
config SOC_CANAAN_K210_DTB_BUILTIN
bool "Builtin device tree for the Canaan Kendryte K210"
depends on SOC_CANAAN
2020-04-14 13:43:25 +09:00
default y
select OF
select BUILTIN_DTB
help
2020-12-13 22:50:37 +09:00
Build a device tree for the Kendryte K210 into the Linux image.
2020-04-14 13:43:25 +09:00
This option should be selected if no bootloader is being used.
If unsure, say Y.
2020-12-13 22:50:38 +09:00
config SOC_CANAAN_K210_DTB_SOURCE
string "Source file for the Canaan Kendryte K210 builtin DTB"
depends on SOC_CANAAN
depends on SOC_CANAAN_K210_DTB_BUILTIN
2021-02-10 14:02:23 +09:00
default "k210_generic"
2020-12-13 22:50:37 +09:00
help
2020-12-13 22:50:38 +09:00
Base name (without suffix, relative to arch/riscv/boot/dts/canaan)
2020-12-13 22:50:37 +09:00
for the DTS file that will be used to produce the DTB linked into the
kernel.
2022-05-20 14:02:32 +02:00
endif # SOC_CANAAN
2020-12-13 22:50:37 +09:00
2022-05-20 14:02:32 +02:00
endmenu # "SoC selection"