diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 14:38:30 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 05:55:33 -0500 |
commit | 72e73af1f6546ba08d9314ac0e99dcdb06b7d486 (patch) | |
tree | 85c63a1e745fb7fad0c58f9da0df5bb7b3097d33 /arch/parisc/Kconfig | |
parent | b169c908a51964822dc3aa828a3febb67933f1ac (diff) |
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 4b94ac4dc603..fed2946f7335 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -12,6 +12,10 @@ config PARISC | |||
12 | select HAVE_IRQ_WORK | 12 | select HAVE_IRQ_WORK |
13 | select HAVE_PERF_EVENTS | 13 | select HAVE_PERF_EVENTS |
14 | select GENERIC_ATOMIC64 if !64BIT | 14 | select GENERIC_ATOMIC64 if !64BIT |
15 | select HAVE_GENERIC_HARDIRQS | ||
16 | select GENERIC_IRQ_PROBE | ||
17 | select IRQ_PER_CPU | ||
18 | |||
15 | help | 19 | help |
16 | The PA-RISC microprocessor is designed by Hewlett-Packard and used | 20 | The PA-RISC microprocessor is designed by Hewlett-Packard and used |
17 | in many of their workstations & servers (HP9000 700 and 800 series, | 21 | in many of their workstations & servers (HP9000 700 and 800 series, |
@@ -65,19 +69,9 @@ config TIME_LOW_RES | |||
65 | depends on SMP | 69 | depends on SMP |
66 | default y | 70 | default y |
67 | 71 | ||
68 | config GENERIC_HARDIRQS | ||
69 | def_bool y | ||
70 | |||
71 | config GENERIC_IRQ_PROBE | ||
72 | def_bool y | ||
73 | |||
74 | config HAVE_LATENCYTOP_SUPPORT | 72 | config HAVE_LATENCYTOP_SUPPORT |
75 | def_bool y | 73 | def_bool y |
76 | 74 | ||
77 | config IRQ_PER_CPU | ||
78 | bool | ||
79 | default y | ||
80 | |||
81 | # unless you want to implement ACPI on PA-RISC ... ;-) | 75 | # unless you want to implement ACPI on PA-RISC ... ;-) |
82 | config PM | 76 | config PM |
83 | bool | 77 | bool |