diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-06-16 07:39:13 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-09-06 14:30:20 -0400 |
commit | 6b213e1bc27da6f6280386b1ff0e817e602c7b7a (patch) | |
tree | 80cec89af9b01f8dcc40d9d576c5c1a05e056a3f /arch/x86/Kconfig | |
parent | 5cfba5df8c76851ab311a2818a5e688f20833cac (diff) |
Remove redundant CONFIG_ARCH_SUPPORTS_AOUT
We don't need this any more; arguably we never really did.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ed92864d1325..2e8fa40b3cdf 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -151,9 +151,6 @@ config AUDIT_ARCH | |||
151 | bool | 151 | bool |
152 | default X86_64 | 152 | default X86_64 |
153 | 153 | ||
154 | config ARCH_SUPPORTS_AOUT | ||
155 | def_bool y | ||
156 | |||
157 | config ARCH_SUPPORTS_OPTIMIZED_INLINING | 154 | config ARCH_SUPPORTS_OPTIMIZED_INLINING |
158 | def_bool y | 155 | def_bool y |
159 | 156 | ||
@@ -1759,7 +1756,7 @@ config IA32_EMULATION | |||
1759 | 1756 | ||
1760 | config IA32_AOUT | 1757 | config IA32_AOUT |
1761 | tristate "IA32 a.out support" | 1758 | tristate "IA32 a.out support" |
1762 | depends on IA32_EMULATION && ARCH_SUPPORTS_AOUT | 1759 | depends on IA32_EMULATION |
1763 | help | 1760 | help |
1764 | Support old a.out binaries in the 32bit emulation. | 1761 | Support old a.out binaries in the 32bit emulation. |
1765 | 1762 | ||