aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig5
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
139config 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/:
140config GENERIC_HARDIRQS 143config GENERIC_HARDIRQS
141 bool 144 bool
@@ -1577,7 +1580,7 @@ config IA32_EMULATION
1577 1580
1578config IA32_AOUT 1581config 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