summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig.socs
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2022-10-05 18:13:48 +0100
committerConor Dooley <conor.dooley@microchip.com>2022-12-27 18:01:40 +0000
commit0e6aee5bcc0067d5f8a36cbb2dbd8b2702140481 (patch)
tree79a11997e451b48050913e847a61a9617a5a4d4e /arch/riscv/Kconfig.socs
parentb61032557d20d2d1036bfcf833a3c5b4799183ea (diff)
downloadlinux-stable-0e6aee5bcc0067d5f8a36cbb2dbd8b2702140481.tar.gz
linux-stable-0e6aee5bcc0067d5f8a36cbb2dbd8b2702140481.tar.bz2
linux-stable-0e6aee5bcc0067d5f8a36cbb2dbd8b2702140481.zip
RISC-V: stop selecting SiFive clock and serial drivers directly
The SiFive clock and serial drivers will now default to the value of SOC_SIFIVE so there is no need to directly select their symbols anymore. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/Kconfig.socs')
-rw-r--r--arch/riscv/Kconfig.socs4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index aca5e750772c..b90af1e22bc0 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -18,10 +18,6 @@ config ARCH_SIFIVE
config SOC_SIFIVE
bool "SiFive SoCs"
- select SERIAL_SIFIVE if TTY
- select SERIAL_SIFIVE_CONSOLE if TTY
- select CLK_SIFIVE
- select CLK_SIFIVE_PRCI
select ERRATA_SIFIVE if !XIP_KERNEL
help
This enables support for SiFive SoC platform hardware.