2019-06-17 21:29:48 +02:00
menu "SoC selection"
2022-11-20 20:59:41 +00:00
config ARCH_MICROCHIP_POLARFIRE
def_bool SOC_MICROCHIP_POLARFIRE
2021-03-03 12:02:49 -08:00
config SOC_MICROCHIP_POLARFIRE
bool "Microchip PolarFire SoCs"
help
This enables support for Microchip PolarFire SoC platforms.
2022-10-28 17:59:17 +01:00
config ARCH_RENESAS
bool "Renesas RISC-V SoCs"
help
This enables support for the RISC-V based Renesas SoCs.
2022-11-20 20:59:41 +00:00
config ARCH_SIFIVE
def_bool SOC_SIFIVE
2019-06-17 21:29:48 +02:00
config SOC_SIFIVE
2019-11-21 04:20:57 +01:00
bool "SiFive SoCs"
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
2022-11-20 20:59:41 +00:00
config ARCH_STARFIVE
def_bool SOC_STARFIVE
2021-10-10 16:10:32 +02:00
config SOC_STARFIVE
bool "StarFive SoCs"
select PINCTRL
select RESET_CONTROLLER
help
This enables support for StarFive SoC platform hardware.
2023-01-25 22:57:37 -06:00
config ARCH_SUNXI
bool "Allwinner sun20i SoCs"
depends on MMU && !XIP_KERNEL
select ERRATA_THEAD
select SUN4I_TIMER
help
This enables support for Allwinner sun20i platform hardware,
including boards based on the D1 and D1s SoCs.
2022-11-20 20:59:41 +00:00
config ARCH_VIRT
def_bool SOC_VIRT
2023-01-11 09:15:33 +01:00
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
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
2022-11-20 20:59:41 +00:00
config ARCH_CANAAN
def_bool SOC_CANAAN
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-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
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
2022-11-20 21:17:06 +00:00
if ARCH_CANAAN
2020-04-14 13:43:25 +09:00
2022-11-20 20:59:41 +00:00
config ARCH_CANAAN_K210_DTB_BUILTIN
def_bool SOC_CANAAN_K210_DTB_BUILTIN
2020-12-13 22:50:38 +09:00
config SOC_CANAAN_K210_DTB_BUILTIN
bool "Builtin device tree for the Canaan Kendryte K210"
2022-11-20 21:17:06 +00:00
depends on ARCH_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.
2022-11-20 20:59:41 +00:00
config ARCH_CANAAN_K210_DTB_SOURCE
2023-01-11 10:48:49 +00:00
string
default SOC_CANAAN_K210_DTB_SOURCE
2022-11-20 20:59:41 +00:00
2020-12-13 22:50:38 +09:00
config SOC_CANAAN_K210_DTB_SOURCE
string "Source file for the Canaan Kendryte K210 builtin DTB"
2022-11-20 21:17:06 +00:00
depends on ARCH_CANAAN
depends on ARCH_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-11-20 21:17:06 +00:00
endif # ARCH_CANAAN
2020-12-13 22:50:37 +09:00
2022-05-20 14:02:32 +02:00
endmenu # "SoC selection"