diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2022-11-18 10:43:01 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-12-08 15:57:08 -0800 |
commit | bf3d7b1d8499ca46874c7373d2043ecbe252cccc (patch) | |
tree | 5c3b5970b3fe9a13fb745cf4e3f949d88ed3a516 /arch/riscv/Kconfig | |
parent | d8fb13070c3c99b6a17b75fda28943f9261e23e7 (diff) | |
download | lwn-bf3d7b1d8499ca46874c7373d2043ecbe252cccc.tar.gz lwn-bf3d7b1d8499ca46874c7373d2043ecbe252cccc.zip |
RISC-V: stop selecting SIFIVE_PLIC at the SoC level
The SIFIVE_PLIC driver is used by all current RISC-V SoCs & will be,
where possible, used for future implementations. Rather than having each
driver select the option on a case-by-case basis, do so at the arch
level.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20221118104300.85016-4-conor@kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r-- | arch/riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 6b48a3ae9843..3ee67dc4e98b 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -123,6 +123,7 @@ config RISCV select PCI_MSI if PCI select RISCV_INTC select RISCV_TIMER if RISCV_SBI + select SIFIVE_PLIC select SPARSE_IRQ select SYSCTL_EXCEPTION_TRACE select THREAD_INFO_IN_TASK |