Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Move the PLIC to drivers/irqchip
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-dabbelt committed May 24, 2017
1 parent c416649 commit 81e5c9e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions arch/riscv/Kconfig
Expand Up @@ -129,17 +129,6 @@ config TUNE_GENERIC

endchoice

config PLIC
bool "Platform-Level Interrupt Controller"
default y
help
This enables support for the PLIC chip found in standard RISC-V
systems. The PLIC is the top-most interrupt controller found in
the system, connected directly to the core complex. All other
interrupt sources (MSI, GPIO, etc) are subordinate to the PLIC.

If you don't know what to do here, say Y.

config SBI_CONSOLE
tristate "SBI console support"
select TTY
Expand Down
12 changes: 12 additions & 0 deletions drivers/irqchip/Kconfig
Expand Up @@ -301,3 +301,15 @@ config QCOM_IRQ_COMBINER
help
Say yes here to add support for the IRQ combiner devices embedded
in Qualcomm Technologies chips.

config RISCV_PLIC
bool "Platform-Level Interrupt Controller"
depends on RISCV
default y
help
This enables support for the PLIC chip found in standard RISC-V
systems. The PLIC is the top-most interrupt controller found in
the system, connected directly to the core complex. All other
interrupt sources (MSI, GPIO, etc) are subordinate to the PLIC.

If you don't know what to do here, say Y.
File renamed without changes.

0 comments on commit 81e5c9e

Please sign in to comment.