blob: d325b67d00dfcf70c4f3cf89e68e3964eec62a06 (
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 if TTY
select SERIAL_SIFIVE_CONSOLE if TTY
select CLK_SIFIVE
select CLK_SIFIVE_FU540_PRCI
select SIFIVE_PLIC
help
This enables support for SiFive SoC platform hardware.
endmenu
|