Skip to content

Commit

Permalink
blackfin: Use generic irq Kconfig
Browse files Browse the repository at this point in the history
No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent e27ec64 commit 7b02886
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ config BLACKFIN
select HAVE_KERNEL_LZO if RAMKERNEL
select HAVE_OPROFILE
select ARCH_WANT_OPTIONAL_GPIOLIB
select HAVE_GENERIC_HARDIRQS
select GENERIC_IRQ_PROBE
select IRQ_PER_CPU if SMP

config GENERIC_CSUM
def_bool y
Expand All @@ -44,12 +47,6 @@ config ZONE_DMA
config GENERIC_FIND_NEXT_BIT
def_bool y

config GENERIC_HARDIRQS
def_bool y

config GENERIC_IRQ_PROBE
def_bool y

config GENERIC_GPIO
def_bool y

Expand Down Expand Up @@ -251,11 +248,6 @@ config HOTPLUG_CPU
depends on SMP && HOTPLUG
default y

config IRQ_PER_CPU
bool
depends on SMP
default y

config HAVE_LEGACY_PER_CPU_AREA
def_bool y
depends on SMP
Expand Down

0 comments on commit 7b02886

Please sign in to comment.