Skip to content

Commit

Permalink
microblaze: 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>
Acked-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent d8b1932 commit b6e3162
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions arch/microblaze/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit b6e3162

Please sign in to comment.