diff options
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 5 |
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 | ||
81 | config 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 ... ;-) |
85 | config PM | 82 | config PM |
86 | bool | 83 | bool |
@@ -95,6 +92,8 @@ config ARCH_MAY_HAVE_PC_FDC | |||
95 | 92 | ||
96 | source "init/Kconfig" | 93 | source "init/Kconfig" |
97 | 94 | ||
95 | source "kernel/Kconfig.freezer" | ||
96 | |||
98 | 97 | ||
99 | menu "Processor type and features" | 98 | menu "Processor type and features" |
100 | 99 | ||