Skip to content

Commit

Permalink
um: Remove CONFIG_IRQ_RELEASE_METHOD
Browse files Browse the repository at this point in the history
UML does no longer need CONFIG_IRQ_RELEASE_METHOD.

Signed-off-by: Richard Weinberger <richard@nod.at>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Richard Weinberger committed May 21, 2012
1 parent 8e514b2 commit 985a94a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions arch/um/Kconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ config GENERIC_CLOCKEVENTS
bool
default y

# Used in kernel/irq/manage.c and include/linux/irq.h
config IRQ_RELEASE_METHOD
bool
default y

config HZ
int
default 100
Expand Down
1 change: 0 additions & 1 deletion arch/um/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CONFIG_LOCKDEP_SUPPORT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_IRQ_RELEASE_METHOD=y
CONFIG_HZ=100

#
Expand Down

0 comments on commit 985a94a

Please sign in to comment.