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: v5.13-rc1~36^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99b3e3d41a034d9b3993800287d023ea063da293;p=thirdparty%2Fkernel%2Flinux.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 b9eda857fc872..00c2b205654c1 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