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>
This commit is contained in:
committed by
David Woodhouse
parent
5cfba5df8c
commit
6b213e1bc2
@@ -68,9 +68,6 @@ config AUTO_IRQ_AFFINITY
|
|||||||
depends on SMP
|
depends on SMP
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
source "init/Kconfig"
|
source "init/Kconfig"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -140,9 +140,6 @@ config GENERIC_CALIBRATE_DELAY
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config ARCH_MAY_HAVE_PC_FDC
|
config ARCH_MAY_HAVE_PC_FDC
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
@@ -66,9 +66,6 @@ config TIME_LOW_RES
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config NO_IOPORT
|
config NO_IOPORT
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
@@ -36,9 +36,6 @@ config NO_IOPORT
|
|||||||
config NO_DMA
|
config NO_DMA
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config HZ
|
config HZ
|
||||||
int
|
int
|
||||||
default 100
|
default 100
|
||||||
|
@@ -53,9 +53,6 @@ config NO_IOPORT
|
|||||||
config NO_DMA
|
config NO_DMA
|
||||||
def_bool SUN3
|
def_bool SUN3
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config HZ
|
config HZ
|
||||||
int
|
int
|
||||||
default 100
|
default 100
|
||||||
|
@@ -73,9 +73,6 @@ config GENERIC_CLOCKEVENTS
|
|||||||
config NO_IOPORT
|
config NO_IOPORT
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
source "init/Kconfig"
|
source "init/Kconfig"
|
||||||
|
|
||||||
menu "Processor type and features"
|
menu "Processor type and features"
|
||||||
|
@@ -53,9 +53,6 @@ config QUICKLIST
|
|||||||
config ARCH_HAS_ILOG2_U32
|
config ARCH_HAS_ILOG2_U32
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool n
|
|
||||||
|
|
||||||
# Use the generic interrupt handling code in kernel/irq/
|
# Use the generic interrupt handling code in kernel/irq/
|
||||||
config GENERIC_HARDIRQS
|
config GENERIC_HARDIRQS
|
||||||
def_bool y
|
def_bool y
|
||||||
|
@@ -76,9 +76,6 @@ config IRQ_PER_CPU
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
# unless you want to implement ACPI on PA-RISC ... ;-)
|
# unless you want to implement ACPI on PA-RISC ... ;-)
|
||||||
config PM
|
config PM
|
||||||
bool
|
bool
|
||||||
|
@@ -42,6 +42,3 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA
|
|||||||
config GENERIC_HWEIGHT
|
config GENERIC_HWEIGHT
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
@@ -37,6 +37,3 @@ config SMP_BROKEN
|
|||||||
config GENERIC_HWEIGHT
|
config GENERIC_HWEIGHT
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
@@ -151,9 +151,6 @@ config AUDIT_ARCH
|
|||||||
bool
|
bool
|
||||||
default X86_64
|
default X86_64
|
||||||
|
|
||||||
config ARCH_SUPPORTS_AOUT
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config ARCH_SUPPORTS_OPTIMIZED_INLINING
|
config ARCH_SUPPORTS_OPTIMIZED_INLINING
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
@@ -1759,7 +1756,7 @@ config IA32_EMULATION
|
|||||||
|
|
||||||
config IA32_AOUT
|
config IA32_AOUT
|
||||||
tristate "IA32 a.out support"
|
tristate "IA32 a.out support"
|
||||||
depends on IA32_EMULATION && ARCH_SUPPORTS_AOUT
|
depends on IA32_EMULATION
|
||||||
help
|
help
|
||||||
Support old a.out binaries in the 32bit emulation.
|
Support old a.out binaries in the 32bit emulation.
|
||||||
|
|
||||||
|
@@ -61,8 +61,7 @@ config BINFMT_SHARED_FLAT
|
|||||||
|
|
||||||
config BINFMT_AOUT
|
config BINFMT_AOUT
|
||||||
tristate "Kernel support for a.out and ECOFF binaries"
|
tristate "Kernel support for a.out and ECOFF binaries"
|
||||||
depends on ARCH_SUPPORTS_AOUT && \
|
depends on (X86_32 || ALPHA || ARM || M68K)
|
||||||
(X86_32 || ALPHA || ARM || M68K)
|
|
||||||
---help---
|
---help---
|
||||||
A.out (Assembler.OUTput) is a set of formats for libraries and
|
A.out (Assembler.OUTput) is a set of formats for libraries and
|
||||||
executables used in the earliest versions of UNIX. Linux used
|
executables used in the earliest versions of UNIX. Linux used
|
||||||
|
Reference in New Issue
Block a user