2019-06-17 22:29:48 +03:00
menu "SoC selection"
2022-11-20 23:59:41 +03:00
config ARCH_MICROCHIP_POLARFIRE
def_bool SOC_MICROCHIP_POLARFIRE
2021-03-03 23:02:49 +03:00
config SOC_MICROCHIP_POLARFIRE
bool "Microchip PolarFire SoCs"
help
This enables support for Microchip PolarFire SoC platforms.
2022-10-28 19:59:17 +03:00
config ARCH_RENESAS
bool "Renesas RISC-V SoCs"
help
This enables support for the RISC-V based Renesas SoCs.
2022-11-20 23:59:41 +03:00
config ARCH_SIFIVE
def_bool SOC_SIFIVE
2019-06-17 22:29:48 +03:00
config SOC_SIFIVE
2019-11-21 06:20:57 +03:00
bool "SiFive SoCs"
2022-02-10 19:49:43 +03:00
select ERRATA_SIFIVE if !XIP_KERNEL
2019-11-21 06:20:57 +03:00
help
This enables support for SiFive SoC platform hardware.
2019-06-17 22:29:48 +03:00
2022-11-20 23:59:41 +03:00
config ARCH_STARFIVE
def_bool SOC_STARFIVE
2021-10-10 17:10:32 +03:00
config SOC_STARFIVE
bool "StarFive SoCs"
select PINCTRL
select RESET_CONTROLLER
help
This enables support for StarFive SoC platform hardware.
2023-01-26 07:57:37 +03: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 23:59:41 +03:00
config ARCH_VIRT
def_bool SOC_VIRT
2023-01-11 11:15:33 +03:00
2019-12-03 06:49:31 +03:00
config SOC_VIRT
2020-05-11 05:19:52 +03:00
bool "QEMU Virt Machine"
2020-08-17 15:42:50 +03:00
select CLINT_TIMER if RISCV_M_MODE
2020-05-11 05:19:52 +03: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 08:49:47 +03:00
select PM_GENERIC_DOMAINS if PM
select PM_GENERIC_DOMAINS_OF if PM && OF
2022-04-10 01:53:17 +03:00
select RISCV_SBI_CPUIDLE if CPU_IDLE && RISCV_SBI
2020-05-11 05:19:52 +03:00
help
This enables support for QEMU Virt Machine.
2019-12-03 06:49:31 +03:00
2022-11-20 23:59:41 +03:00
config ARCH_CANAAN
def_bool SOC_CANAAN
2020-12-13 16:50:38 +03:00
config SOC_CANAAN
bool "Canaan Kendryte K210 SoC"
2020-03-16 03:47:39 +03:00
depends on !MMU
2020-08-17 15:42:50 +03:00
select CLINT_TIMER if RISCV_M_MODE
2020-12-13 16:50:47 +03:00
select ARCH_HAS_RESET_CONTROLLER
2021-01-12 03:58:40 +03:00
select PINCTRL
2021-03-11 13:24:24 +03:00
select COMMON_CLK
2020-03-16 03:47:39 +03:00
help
2020-12-13 16:50:38 +03:00
This enables support for Canaan Kendryte K210 SoC platform hardware.
2020-03-16 03:47:39 +03:00
2022-11-21 00:17:06 +03:00
if ARCH_CANAAN
2020-04-14 07:43:25 +03:00
2022-11-20 23:59:41 +03:00
config ARCH_CANAAN_K210_DTB_BUILTIN
def_bool SOC_CANAAN_K210_DTB_BUILTIN
2020-12-13 16:50:38 +03:00
config SOC_CANAAN_K210_DTB_BUILTIN
bool "Builtin device tree for the Canaan Kendryte K210"
2022-11-21 00:17:06 +03:00
depends on ARCH_CANAAN
2020-04-14 07:43:25 +03:00
default y
select OF
select BUILTIN_DTB
help
2020-12-13 16:50:37 +03:00
Build a device tree for the Kendryte K210 into the Linux image.
2020-04-14 07:43:25 +03:00
This option should be selected if no bootloader is being used.
If unsure, say Y.
2022-11-20 23:59:41 +03:00
config ARCH_CANAAN_K210_DTB_SOURCE
2023-01-11 13:48:49 +03:00
string
default SOC_CANAAN_K210_DTB_SOURCE
2022-11-20 23:59:41 +03:00
2020-12-13 16:50:38 +03:00
config SOC_CANAAN_K210_DTB_SOURCE
string "Source file for the Canaan Kendryte K210 builtin DTB"
2022-11-21 00:17:06 +03:00
depends on ARCH_CANAAN
depends on ARCH_CANAAN_K210_DTB_BUILTIN
2021-02-10 08:02:23 +03:00
default "k210_generic"
2020-12-13 16:50:37 +03:00
help
2020-12-13 16:50:38 +03:00
Base name (without suffix, relative to arch/riscv/boot/dts/canaan)
2020-12-13 16:50:37 +03:00
for the DTS file that will be used to produce the DTB linked into the
kernel.
2022-11-21 00:17:06 +03:00
endif # ARCH_CANAAN
2020-12-13 16:50:37 +03:00
2022-05-20 15:02:32 +03:00
endmenu # "SoC selection"