aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-01-19 20:35:05 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-01-21 11:55:32 +0100
commitb6e31629e335e8664a11be05992d39b2ee030960 (patch)
treec1adc86c25c47a15132b8a99474e6836be48bfae /arch
parentd8b19323478af44d243e500656bb6ef2860ced6e (diff)
downloadkernel_samsung_smdk4412-b6e31629e335e8664a11be05992d39b2ee030960.zip
kernel_samsung_smdk4412-b6e31629e335e8664a11be05992d39b2ee030960.tar.gz
kernel_samsung_smdk4412-b6e31629e335e8664a11be05992d39b2ee030960.tar.bz2
microblaze: Use generic irq Kconfig
No functional change. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/Kconfig8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 5a63784..3168003 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -15,6 +15,8 @@ config MICROBLAZE
select TRACING_SUPPORT
select OF
select OF_EARLY_FLATTREE
+ select HAVE_GENERIC_HARDIRQS
+ select GENERIC_IRQ_PROBE
config SWAP
def_bool n
@@ -37,12 +39,6 @@ config GENERIC_FIND_NEXT_BIT
config GENERIC_HWEIGHT
def_bool y
-config GENERIC_HARDIRQS
- def_bool y
-
-config GENERIC_IRQ_PROBE
- def_bool y
-
config GENERIC_CALIBRATE_DELAY
def_bool y