diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-05-07 15:44:22 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-05-16 14:05:22 +0200 |
commit | c940e01c94e73a2a5318f1b82038e0746aaec753 (patch) | |
tree | 87ec46bf3a6767df46713d62a007cc1ae42e8353 /kernel/irq/Kconfig | |
parent | 1d008353ba088fdec0b2a944e140ff9154a5fb20 (diff) | |
download | op-kernel-dev-c940e01c94e73a2a5318f1b82038e0746aaec753.zip op-kernel-dev-c940e01c94e73a2a5318f1b82038e0746aaec753.tar.gz |
genirq: Replace dynamic_irq_init/cleanup
Create a new interface and confine it with a config switch which makes
clear that this is just legacy support and not to be used for new code.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Tested-by: Tony Luck <tony.luck@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20140507154340.574437049@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r-- | kernel/irq/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index a83f10e..d269cec 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig @@ -5,6 +5,10 @@ menu "IRQ subsystem" config MAY_HAVE_SPARSE_IRQ bool +# Legacy support, required for itanic +config GENERIC_IRQ_LEGACY + bool + # Enable the generic irq autoprobe mechanism config GENERIC_IRQ_PROBE bool |