projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
riscv: only select serial sifive if TTY is enabled
[platform/kernel/linux-rpi.git]
/
arch
/
riscv
/
Kconfig.socs
1
menu "SoC selection"
2
3
config SOC_SIFIVE
4
bool "SiFive SoCs"
5
select SERIAL_SIFIVE if TTY
6
select SERIAL_SIFIVE_CONSOLE if TTY
7
select CLK_SIFIVE
8
select CLK_SIFIVE_FU540_PRCI
9
select SIFIVE_PLIC
10
help
11
This enables support for SiFive SoC platform hardware.
12
13
endmenu