blob: 536c0ef4aee8496202501babae7f6000c29ed02e (
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
|