Skip to content

Commit

Permalink
alpha: Use generic irq Kconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Richard Henderson <rth@twiddle.net>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent 1c77ff2 commit e27ec64
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions arch/alpha/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ config ALPHA
select HAVE_IRQ_WORK
select HAVE_PERF_EVENTS
select HAVE_DMA_ATTRS
select HAVE_GENERIC_HARDIRQS
select GENERIC_IRQ_PROBE
select AUTO_IRQ_AFFINITY if SMP
help
The Alpha is a 64-bit general-purpose processor designed and
marketed by the Digital Equipment Corporation of blessed memory,
Expand Down Expand Up @@ -68,19 +71,6 @@ config GENERIC_IOMAP
bool
default n

config GENERIC_HARDIRQS
bool
default y

config GENERIC_IRQ_PROBE
bool
default y

config AUTO_IRQ_AFFINITY
bool
depends on SMP
default y

source "init/Kconfig"
source "kernel/Kconfig.freezer"

Expand Down

0 comments on commit e27ec64

Please sign in to comment.