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/m68k | |
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/m68k')
-rw-r--r-- | arch/m68k/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 8c5e1de68fcb..d42b996a24ad 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -53,9 +53,6 @@ config NO_IOPORT | |||
53 | config NO_DMA | 53 | config NO_DMA |
54 | def_bool SUN3 | 54 | def_bool SUN3 |
55 | 55 | ||
56 | config ARCH_SUPPORTS_AOUT | ||
57 | def_bool y | ||
58 | |||
59 | config HZ | 56 | config HZ |
60 | int | 57 | int |
61 | default 100 | 58 | default 100 |