diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 20:38:30 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 11:55:33 +0100 |
commit | 72e73af1f6546ba08d9314ac0e99dcdb06b7d486 (patch) | |
tree | 85c63a1e745fb7fad0c58f9da0df5bb7b3097d33 /arch/parisc/Kconfig | |
parent | b169c908a51964822dc3aa828a3febb67933f1ac (diff) | |
download | linux-3.10-72e73af1f6546ba08d9314ac0e99dcdb06b7d486.tar.gz linux-3.10-72e73af1f6546ba08d9314ac0e99dcdb06b7d486.tar.bz2 linux-3.10-72e73af1f6546ba08d9314ac0e99dcdb06b7d486.zip |
parisc: Use generic irq Kconfig
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Acked-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 4b94ac4dc60..fed2946f733 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -12,6 +12,10 @@ config PARISC select HAVE_IRQ_WORK select HAVE_PERF_EVENTS select GENERIC_ATOMIC64 if !64BIT + select HAVE_GENERIC_HARDIRQS + select GENERIC_IRQ_PROBE + select IRQ_PER_CPU + help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, @@ -65,19 +69,9 @@ config TIME_LOW_RES depends on SMP default y -config GENERIC_HARDIRQS - def_bool y - -config GENERIC_IRQ_PROBE - def_bool y - config HAVE_LATENCYTOP_SUPPORT def_bool y -config IRQ_PER_CPU - bool - default y - # unless you want to implement ACPI on PA-RISC ... ;-) config PM bool |