blob: 536c0ef4aee8496202501babae7f6000c29ed02e [file] [log] [blame]
Loys Ollivier0cbb8a32019-06-17 21:29:48 +02001menu "SoC selection"
2
3config SOC_SIFIVE
4 bool "SiFive SoCs"
Loys Ollivieredb7f212019-06-17 21:29:49 +02005 select SERIAL_SIFIVE
6 select SERIAL_SIFIVE_CONSOLE
7 select CLK_SIFIVE
8 select CLK_SIFIVE_FU540_PRCI
9 select SIFIVE_PLIC
Loys Ollivier0cbb8a32019-06-17 21:29:48 +020010 help
11 This enables support for SiFive SoC platform hardware.
12
13endmenu