Skip to content

Commit

Permalink
m68knommu: 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: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent c5e6612 commit d8b1932
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ config M68K
bool
default y
select HAVE_IDE
select HAVE_GENERIC_HARDIRQS

config MMU
bool
Expand Down Expand Up @@ -48,10 +49,6 @@ config GENERIC_HWEIGHT
bool
default y

config GENERIC_HARDIRQS
bool
default y

config GENERIC_CALIBRATE_DELAY
bool
default y
Expand Down

0 comments on commit d8b1932

Please sign in to comment.