aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r--arch/sparc64/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index 565404ddcdc4..b810f2b7526a 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -81,6 +81,9 @@ config GENERIC_HARDIRQS_NO__DO_IRQ
81 bool 81 bool
82 def_bool y 82 def_bool y
83 83
84config ARCH_SUPPORTS_AOUT
85 def_bool y
86
84choice 87choice
85 prompt "Kernel page size" 88 prompt "Kernel page size"
86 default SPARC64_PAGE_SIZE_8KB 89 default SPARC64_PAGE_SIZE_8KB
@@ -384,7 +387,7 @@ config COMPAT
384 387
385config BINFMT_AOUT32 388config BINFMT_AOUT32
386 bool "Kernel support for 32-bit (ie. SunOS) a.out binaries" 389 bool "Kernel support for 32-bit (ie. SunOS) a.out binaries"
387 depends on SPARC32_COMPAT 390 depends on SPARC32_COMPAT && ARCH_SUPPORTS_AOUT
388 help 391 help
389 This allows you to run 32-bit a.out format binaries on your Ultra. 392 This allows you to run 32-bit a.out format binaries on your Ultra.
390 If you want to run SunOS binaries (see SunOS binary emulation below) 393 If you want to run SunOS binaries (see SunOS binary emulation below)