diff options
author | David S. Miller <davem@davemloft.net> | 2008-04-20 05:14:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-21 18:10:15 -0400 |
commit | ec98c6b9b47df6df1c1fa6cf3d427414f8c2cf16 (patch) | |
tree | b144d907e47f8ade53296bd19850af708692386f /arch/sparc/Kconfig | |
parent | 3925e6fc1f774048404fdd910b0345b06c699eb4 (diff) |
[SPARC]: Remove SunOS and Solaris binary support.
As per Documentation/feature-removal-schedule.txt
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index c40343c54920..49590f8fe98c 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -27,9 +27,6 @@ config ARCH_NO_VIRT_TO_BUS | |||
27 | config OF | 27 | config OF |
28 | def_bool y | 28 | def_bool y |
29 | 29 | ||
30 | config ARCH_SUPPORTS_AOUT | ||
31 | def_bool y | ||
32 | |||
33 | config HZ | 30 | config HZ |
34 | int | 31 | int |
35 | default 100 | 32 | default 100 |
@@ -257,15 +254,6 @@ config SPARC_LED | |||
257 | 254 | ||
258 | source "fs/Kconfig.binfmt" | 255 | source "fs/Kconfig.binfmt" |
259 | 256 | ||
260 | config SUNOS_EMUL | ||
261 | bool "SunOS binary emulation" | ||
262 | help | ||
263 | This allows you to run most SunOS binaries. If you want to do this, | ||
264 | say Y here and place appropriate files in /usr/gnemul/sunos. See | ||
265 | <http://www.ultralinux.org/faq.html> for more information. If you | ||
266 | want to run SunOS binaries on an Ultra you must also say Y to | ||
267 | "Kernel support for 32-bit a.out binaries" above. | ||
268 | |||
269 | source "mm/Kconfig" | 257 | source "mm/Kconfig" |
270 | 258 | ||
271 | endmenu | 259 | endmenu |