diff options
author | Atish Patra <[email protected]> | 2021-03-03 12:02:49 -0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2021-04-26 08:31:29 -0700 |
commit | 99b3e3d41a034d9b3993800287d023ea063da293 (patch) | |
tree | c89f6be379f18eeed30cdd07b48ec332faab0f7f | |
parent | 44c922572952d89a1ed15764f2b373ba62692865 (diff) |
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r-- | arch/riscv/Kconfig.socs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index b9eda857fc87..00c2b205654c 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 |