From: Atish Patra Date: Wed, 3 Mar 2021 20:02:49 +0000 (-0800) Subject: RISC-V: Add Microchip PolarFire SoC kconfig option X-Git-Tag: accepted/tizen/unified/20230118.172025~7277^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99b3e3d41a034d9b3993800287d023ea063da293;p=platform%2Fkernel%2Flinux-rpi.git RISC-V: Add Microchip PolarFire SoC kconfig option Add Microchip PolarFire kconfig option which selects SoC specific and common drivers that is required for this SoC. Signed-off-by: Atish Patra Reviewed-by: Bin Meng Reviewed-by: Anup Patel Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index b9eda85..00c2b20 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -1,5 +1,12 @@ menu "SoC selection" +config SOC_MICROCHIP_POLARFIRE + bool "Microchip PolarFire SoCs" + select MCHP_CLK_MPFS + select SIFIVE_PLIC + help + This enables support for Microchip PolarFire SoC platforms. + config SOC_SIFIVE bool "SiFive SoCs" select SERIAL_SIFIVE if TTY