diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-06-16 13:39:13 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-09-06 20:30:20 +0200 |
commit | 6b213e1bc27da6f6280386b1ff0e817e602c7b7a (patch) | |
tree | 80cec89af9b01f8dcc40d9d576c5c1a05e056a3f /arch/parisc | |
parent | S390: Update comments about why we don't use <asm-generic/statfs.h> (diff) | |
download | linux-6b213e1bc27da6f6280386b1ff0e817e602c7b7a.tar.xz linux-6b213e1bc27da6f6280386b1ff0e817e602c7b7a.zip |
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/parisc')
-rw-r--r-- | arch/parisc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index a7d4fd353c2b..8313fccced5e 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -76,9 +76,6 @@ config IRQ_PER_CPU bool default y -config ARCH_SUPPORTS_AOUT - def_bool y - # unless you want to implement ACPI on PA-RISC ... ;-) config PM bool |