Kconfig.socs (b7c15a3ce6fea5da3aa836c897a78ac628467d54) | Kconfig.socs (e64f737ad70fee4a3c57d147fc511e5d5014b5dd) |
---|---|
1menu "SoC selection" 2 3config SOC_MICROCHIP_POLARFIRE 4 bool "Microchip PolarFire SoCs" 5 select MCHP_CLK_MPFS 6 select SIFIVE_PLIC 7 help 8 This enables support for Microchip PolarFire SoC platforms. 9 10config SOC_SIFIVE 11 bool "SiFive SoCs" 12 select SERIAL_SIFIVE if TTY 13 select SERIAL_SIFIVE_CONSOLE if TTY 14 select CLK_SIFIVE 15 select CLK_SIFIVE_PRCI 16 select SIFIVE_PLIC | 1menu "SoC selection" 2 3config SOC_MICROCHIP_POLARFIRE 4 bool "Microchip PolarFire SoCs" 5 select MCHP_CLK_MPFS 6 select SIFIVE_PLIC 7 help 8 This enables support for Microchip PolarFire SoC platforms. 9 10config SOC_SIFIVE 11 bool "SiFive SoCs" 12 select SERIAL_SIFIVE if TTY 13 select SERIAL_SIFIVE_CONSOLE if TTY 14 select CLK_SIFIVE 15 select CLK_SIFIVE_PRCI 16 select SIFIVE_PLIC |
17 select RISCV_ERRATA_ALTERNATIVE if !XIP_KERNEL | |
18 select ERRATA_SIFIVE if !XIP_KERNEL 19 help 20 This enables support for SiFive SoC platform hardware. 21 22config SOC_STARFIVE 23 bool "StarFive SoCs" 24 select PINCTRL 25 select RESET_CONTROLLER --- 7 unchanged lines hidden (view full) --- 33 select POWER_RESET 34 select POWER_RESET_SYSCON 35 select POWER_RESET_SYSCON_POWEROFF 36 select GOLDFISH 37 select RTC_DRV_GOLDFISH if RTC_CLASS 38 select SIFIVE_PLIC 39 select PM_GENERIC_DOMAINS if PM 40 select PM_GENERIC_DOMAINS_OF if PM && OF | 17 select ERRATA_SIFIVE if !XIP_KERNEL 18 help 19 This enables support for SiFive SoC platform hardware. 20 21config SOC_STARFIVE 22 bool "StarFive SoCs" 23 select PINCTRL 24 select RESET_CONTROLLER --- 7 unchanged lines hidden (view full) --- 32 select POWER_RESET 33 select POWER_RESET_SYSCON 34 select POWER_RESET_SYSCON_POWEROFF 35 select GOLDFISH 36 select RTC_DRV_GOLDFISH if RTC_CLASS 37 select SIFIVE_PLIC 38 select PM_GENERIC_DOMAINS if PM 39 select PM_GENERIC_DOMAINS_OF if PM && OF |
41 select RISCV_SBI_CPUIDLE if CPU_IDLE && RISCV_SBI | 40 select RISCV_SBI_CPUIDLE if CPU_IDLE |
42 help 43 This enables support for QEMU Virt Machine. 44 45config SOC_CANAAN 46 bool "Canaan Kendryte K210 SoC" 47 depends on !MMU 48 select CLINT_TIMER if RISCV_M_MODE 49 select SERIAL_SIFIVE if TTY --- 35 unchanged lines hidden --- | 41 help 42 This enables support for QEMU Virt Machine. 43 44config SOC_CANAAN 45 bool "Canaan Kendryte K210 SoC" 46 depends on !MMU 47 select CLINT_TIMER if RISCV_M_MODE 48 select SERIAL_SIFIVE if TTY --- 35 unchanged lines hidden --- |