aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2010-09-27 12:45:59 +0000
committerThomas Gleixner <[email protected]>2010-10-04 11:01:05 +0200
commitd9817ebeeef16e01487549312c68540ca8f1561b (patch)
tree7bb05550dcd1b4ec2cd6cf92e38d783b6f5e8c9e /init
parente7ffec1eb178db349c7fbfd647725e9d06619962 (diff)
genirq: Provide Kconfig
The generic irq Kconfig options are copied around all archs. Provide a generic Kconfig file which can be included. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Reviewed-by: H. Peter Anvin <[email protected]> Reviewed-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 2de5b1cbadd9..1df1a87cc595 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -332,6 +332,8 @@ config AUDIT_TREE
depends on AUDITSYSCALL
select FSNOTIFY
+source "kernel/irq/Kconfig"
+
menu "RCU Subsystem"
choice