blob: 634759ac8c717a8d0c2b5774ceb9ec9ce53da86b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
menu "SoC selection"
config SOC_SIFIVE
bool "SiFive SoCs"
select SERIAL_SIFIVE
select SERIAL_SIFIVE_CONSOLE
select CLK_SIFIVE
select CLK_SIFIVE_FU540_PRCI
select SIFIVE_PLIC
help
This enables support for SiFive SoC platform hardware.
endmenu
|