aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2019-10-24 15:20:03 +0800
committerPaul Walmsley <paul.walmsley@sifive.com>2019-12-08 20:29:01 -0800
commitbc3e8f5d42d5cfac3f7ac9b458c2eeb02e8b1cf7 (patch)
treea593a72ecb7682c18cadbceafe4fdad5ac67dd34 /arch
parentriscv: Fix build dependency for loader (diff)
downloadlinux-dev-bc3e8f5d42d5cfac3f7ac9b458c2eeb02e8b1cf7.tar.xz
linux-dev-bc3e8f5d42d5cfac3f7ac9b458c2eeb02e8b1cf7.zip
riscv: only select serial sifive if TTY is enabled
There is some warning if TTY is not enabled, and lead to build error, only select serial sifive if TTY enabled, and this also makes randconfig happy. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> [paul.walmsley@sifive.com: updated to apply] Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/Kconfig.socs4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index 634759ac8c71..d325b67d00df 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -2,8 +2,8 @@ menu "SoC selection"
config SOC_SIFIVE
bool "SiFive SoCs"
- select SERIAL_SIFIVE
- select SERIAL_SIFIVE_CONSOLE
+ select SERIAL_SIFIVE if TTY
+ select SERIAL_SIFIVE_CONSOLE if TTY
select CLK_SIFIVE
select CLK_SIFIVE_FU540_PRCI
select SIFIVE_PLIC