diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9d0acedf5f3f..65a70b777c12 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -136,6 +136,9 @@ config AUDIT_ARCH | |||
136 | bool | 136 | bool |
137 | default X86_64 | 137 | default X86_64 |
138 | 138 | ||
139 | config ARCH_SUPPORTS_AOUT | ||
140 | def_bool y | ||
141 | |||
139 | # Use the generic interrupt handling code in kernel/irq/: | 142 | # Use the generic interrupt handling code in kernel/irq/: |
140 | config GENERIC_HARDIRQS | 143 | config GENERIC_HARDIRQS |
141 | bool | 144 | bool |
@@ -1577,7 +1580,7 @@ config IA32_EMULATION | |||
1577 | 1580 | ||
1578 | config IA32_AOUT | 1581 | config IA32_AOUT |
1579 | tristate "IA32 a.out support" | 1582 | tristate "IA32 a.out support" |
1580 | depends on IA32_EMULATION | 1583 | depends on IA32_EMULATION && ARCH_SUPPORTS_AOUT |
1581 | help | 1584 | help |
1582 | Support old a.out binaries in the 32bit emulation. | 1585 | Support old a.out binaries in the 32bit emulation. |
1583 | 1586 | ||