diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-09-27 16:45:59 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-04 13:01:05 +0400 |
commit | d9817ebeeef16e01487549312c68540ca8f1561b (patch) | |
tree | 7bb05550dcd1b4ec2cd6cf92e38d783b6f5e8c9e /init | |
parent | e7ffec1eb178db349c7fbfd647725e9d06619962 (diff) | |
download | linux-d9817ebeeef16e01487549312c68540ca8f1561b.tar.xz |
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 <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20100927121843.217333624@linutronix.de>
Reviewed-by: H. Peter Anvin <hpa@zytor.com>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
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 |