mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
riscv: Add StarFive JH7100 support
This commit is contained in:
parent
b1108f5977
commit
8778e98f2c
1 changed files with 12 additions and 0 deletions
|
@ -19,6 +19,18 @@ config SOC_SIFIVE
|
|||
help
|
||||
This enables support for SiFive SoC platform hardware.
|
||||
|
||||
config SOC_STARFIVE_VIC7100
|
||||
bool "StarFive VIC7100 SoC"
|
||||
select SOC_SIFIVE
|
||||
select OF_RESERVED_MEM
|
||||
select SIFIVE_L2
|
||||
select SIFIVE_L2_FLUSH
|
||||
select DW_AXI_DMAC_STARFIVE
|
||||
select PINCTRL
|
||||
select PINCTRL_STARFIVE
|
||||
help
|
||||
This enables support for StarFive VIC7100 SoC Platform Hardware.
|
||||
|
||||
config SOC_VIRT
|
||||
bool "QEMU Virt Machine"
|
||||
select CLINT_TIMER if RISCV_M_MODE
|
||||
|
|
Loading…
Add table
Reference in a new issue