summaryrefslogtreecommitdiffstats
path: root/arch/alpha/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse2008-06-17 13:19:34 +0200
committerDavid Woodhouse2008-09-06 20:30:22 +0200
commite17c6d56160e4fb9e8c2830e30cc9741d4309989 (patch)
tree2da6548cd05dccd6316958a0f646fe15fbcc804b /arch/alpha/Kconfig
parentRemove redundant CONFIG_ARCH_SUPPORTS_AOUT (diff)
downloadkernel-qcow2-linux-e17c6d56160e4fb9e8c2830e30cc9741d4309989.tar.gz
kernel-qcow2-linux-e17c6d56160e4fb9e8c2830e30cc9741d4309989.tar.xz
kernel-qcow2-linux-e17c6d56160e4fb9e8c2830e30cc9741d4309989.zip
Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT
HAVE_AOUT doesn't quite do the same thing as the recently removed ARCH_SUPPORTS_AOUT config option. That was set even on platforms where binfmt_aout isn't supported, although it's not entirely clear why. So it's best just to introduce a new symbol, handled consistently with other similar HAVE_xxx symbols; with a simple 'select' in the arch Kconfig. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r--arch/alpha/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 46f0ddfb78e2..ee35226c44e9 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -5,6 +5,7 @@
config ALPHA
bool
default y
+ select HAVE_AOUT
select HAVE_IDE
select HAVE_OPROFILE
help