Commit 7b028863 authored by Thomas Gleixner's avatar Thomas Gleixner

blackfin: Use generic irq Kconfig

No functional change.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Mike Frysinger <vapier@gentoo.org>
parent e27ec649
...@@ -30,6 +30,9 @@ config BLACKFIN ...@@ -30,6 +30,9 @@ config BLACKFIN
select HAVE_KERNEL_LZO if RAMKERNEL select HAVE_KERNEL_LZO if RAMKERNEL
select HAVE_OPROFILE select HAVE_OPROFILE
select ARCH_WANT_OPTIONAL_GPIOLIB select ARCH_WANT_OPTIONAL_GPIOLIB
select HAVE_GENERIC_HARDIRQS
select GENERIC_IRQ_PROBE
select IRQ_PER_CPU if SMP
config GENERIC_CSUM config GENERIC_CSUM
def_bool y def_bool y
...@@ -44,12 +47,6 @@ config ZONE_DMA ...@@ -44,12 +47,6 @@ config ZONE_DMA
config GENERIC_FIND_NEXT_BIT config GENERIC_FIND_NEXT_BIT
def_bool y def_bool y
config GENERIC_HARDIRQS
def_bool y
config GENERIC_IRQ_PROBE
def_bool y
config GENERIC_GPIO config GENERIC_GPIO
def_bool y def_bool y
...@@ -251,11 +248,6 @@ config HOTPLUG_CPU ...@@ -251,11 +248,6 @@ config HOTPLUG_CPU
depends on SMP && HOTPLUG depends on SMP && HOTPLUG
default y default y
config IRQ_PER_CPU
bool
depends on SMP
default y
config HAVE_LEGACY_PER_CPU_AREA config HAVE_LEGACY_PER_CPU_AREA
def_bool y def_bool y
depends on SMP depends on SMP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment