aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>2014-05-26 16:31:42 -0400
committerJason Cooper <jason@lakedaemon.net>2014-07-01 08:15:06 -0400
commit4db8e6d20ccb158de2e06d30a1a421f4d053e429 (patch)
treec80aec29132c68f24c4d0292b5b2627f692f0f6a /arch/openrisc/Kconfig
parent1b0a76c146adce782ddb8e71f01729f5f3671c66 (diff)
irqchip: or1k-pic: Migrate from arch/openrisc/
In addition to consolidating the or1k-pic with other interrupt controllers, this makes OpenRISC less tied to its on-cpu interrupt controller. All or1k-pic specific parts are moved out of irq.c and into drivers/irqchip/irq-or1k-pic.c In that transition, the functionality have been divided into three chip variants. One that handles level triggered interrupts, one that handles edge triggered interrupts and one that handles the interrupt controller that is present in the or1200 OpenRISC cpu implementation. Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Link: https://lkml.kernel.org/r/1401136302-27654-1-git-send-email-stefan.kristiansson@saunalahti.fi Acked-by: Jonas Bonn <jonas@southpole.se> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index e71d712afb79..88e83368bbf5 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -22,6 +22,7 @@ config OPENRISC
22 select GENERIC_STRNLEN_USER 22 select GENERIC_STRNLEN_USER
23 select MODULES_USE_ELF_RELA 23 select MODULES_USE_ELF_RELA
24 select HAVE_DEBUG_STACKOVERFLOW 24 select HAVE_DEBUG_STACKOVERFLOW
25 select OR1K_PIC
25 26
26config MMU 27config MMU
27 def_bool y 28 def_bool y