diff options
Diffstat (limited to 'arch')
-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 |