riscv: select SiFive platform drivers with SOC_SIFIVE
On selection of SOC_SIFIVE select the corresponding platform drivers. Signed-off-by: Loys Ollivier <lollivier@baylibre.com> Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
This commit is contained in:
parent
0cbb8a32cb
commit
edb7f21c3a
|
@ -2,6 +2,11 @@ menu "SoC selection"
|
||||||
|
|
||||||
config SOC_SIFIVE
|
config SOC_SIFIVE
|
||||||
bool "SiFive SoCs"
|
bool "SiFive SoCs"
|
||||||
|
select SERIAL_SIFIVE
|
||||||
|
select SERIAL_SIFIVE_CONSOLE
|
||||||
|
select CLK_SIFIVE
|
||||||
|
select CLK_SIFIVE_FU540_PRCI
|
||||||
|
select SIFIVE_PLIC
|
||||||
help
|
help
|
||||||
This enables support for SiFive SoC platform hardware.
|
This enables support for SiFive SoC platform hardware.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue