Skip to content

Commit

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

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Jeff Dike <[email protected]>
  • Loading branch information
KAGA-KOKO committed Jan 21, 2011
1 parent 8df2740 commit dfff95c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/um/Kconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ config DEFCONFIG_LIST
option defconfig_list
default "arch/$ARCH/defconfig"

# UML uses the generic IRQ subsystem
config GENERIC_HARDIRQS
bool
default y

config UML
bool
default y
select HAVE_GENERIC_HARDIRQS

config MMU
bool
Expand Down

0 comments on commit dfff95c

Please sign in to comment.