From: Conor Dooley Date: Wed, 5 Oct 2022 17:13:48 +0000 (+0100) Subject: RISC-V: stop selecting SiFive clock and serial drivers directly X-Git-Tag: io_uring-6.3-2023-03-03~53^2~39^2~18 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0e6aee5bcc0067d5f8a36cbb2dbd8b2702140481;p=linux-block.git 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 --- 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.