diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-06-16 12:39:13 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-09-06 19:30:20 +0100 |
commit | 6b213e1bc27da6f6280386b1ff0e817e602c7b7a (patch) | |
tree | 80cec89af9b01f8dcc40d9d576c5c1a05e056a3f /arch/arm/Kconfig | |
parent | 5cfba5df8c76851ab311a2818a5e688f20833cac (diff) | |
download | op-kernel-dev-6b213e1bc27da6f6280386b1ff0e817e602c7b7a.zip op-kernel-dev-6b213e1bc27da6f6280386b1ff0e817e602c7b7a.tar.gz |
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/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 70dba16..8803c39 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -140,9 +140,6 @@ config GENERIC_CALIBRATE_DELAY bool default y -config ARCH_SUPPORTS_AOUT - def_bool y - config ARCH_MAY_HAVE_PC_FDC bool |