projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b610325
)
RISC-V: stop selecting SiFive clock and serial drivers directly
author
Conor Dooley
<conor.dooley@microchip.com>
Wed, 5 Oct 2022 17:13:48 +0000
(18:13 +0100)
committer
Conor Dooley
<conor.dooley@microchip.com>
Tue, 27 Dec 2022 18:01:40 +0000
(18:01 +0000)
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>
arch/riscv/Kconfig.socs
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig.socs
b/arch/riscv/Kconfig.socs
index
aca5e75
..
b90af1e
100644
(file)
--- 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.