diff options
author | Jonas Bonn <jonas@southpole.se> | 2012-04-06 12:52:54 +0200 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2012-05-08 11:42:55 +0200 |
commit | b4c4c6ee93501a46d58d5511fc8bb9aeb4508c6d (patch) | |
tree | 402937a7e148290010a375b9dfbc9f9c96c09d2f /arch/openrisc/Kconfig | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 (diff) |
openrisc: implement irqdomains
This moves OpenRISC to using the irqdomain infrastructure. This doesn't
fundamentally change anything other than that it will be easier to have
multiple interrupt controllers in the future.
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r-- | arch/openrisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index a4787197d8fe..7589051e79e0 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -7,6 +7,7 @@ config OPENRISC def_bool y select OF select OF_EARLY_FLATTREE + select IRQ_DOMAIN select HAVE_MEMBLOCK select ARCH_WANT_OPTIONAL_GPIOLIB select HAVE_ARCH_TRACEHOOK |