mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-16 03:54:10 +00:00
riscv: add the Bouffalolab SoC family Kconfig option
The Bouffalolab bl808 SoC contains three riscv CPUs, namely M0, D0 and LP. The D0 is 64bit RISC-V GC compatible, so can run linux. Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
This commit is contained in:
parent
4b71f54a58
commit
87e493b1d6
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
menu "SoC selection"
|
||||
|
||||
config SOC_BOUFFALOLAB
|
||||
bool "Bouffalolab SoCs"
|
||||
select SIFIVE_PLIC
|
||||
help
|
||||
This enables support for Bouffalolab SoC platforms.
|
||||
|
||||
config SOC_MICROCHIP_POLARFIRE
|
||||
bool "Microchip PolarFire SoCs"
|
||||
select MCHP_CLK_MPFS
|
||||
|
|
Loading…
Add table
Reference in a new issue