Skip to content

Commit

Permalink
RISC-V: Add Microchip PolarFire SoC kconfig option
Browse files Browse the repository at this point in the history
Add Microchip PolarFire kconfig option which selects SoC specific
and common drivers that is required for this SoC.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
  • Loading branch information
Atish Patra authored and Palmer Dabbelt committed Apr 26, 2021
1 parent 44c9225 commit 99b3e3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/riscv/Kconfig.socs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 99b3e3d

Please sign in to comment.