aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 0a8ac703dbec..644a70b1b04e 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -78,9 +78,6 @@ config IRQ_PER_CPU
78 bool 78 bool
79 default y 79 default y
80 80
81config ARCH_SUPPORTS_AOUT
82 def_bool y
83
84# unless you want to implement ACPI on PA-RISC ... ;-) 81# unless you want to implement ACPI on PA-RISC ... ;-)
85config PM 82config PM
86 bool 83 bool
@@ -95,6 +92,8 @@ config ARCH_MAY_HAVE_PC_FDC
95 92
96source "init/Kconfig" 93source "init/Kconfig"
97 94
95source "kernel/Kconfig.freezer"
96
98 97
99menu "Processor type and features" 98menu "Processor type and features"
100 99