aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 1c3a90835c7..6e035d1cf78 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -89,6 +89,9 @@ config ARCH_HAS_ILOG2_U64
89config ARCH_NO_VIRT_TO_BUS 89config ARCH_NO_VIRT_TO_BUS
90 def_bool y 90 def_bool y
91 91
92config ARCH_SUPPORTS_AOUT
93 def_bool y
94
92source "init/Kconfig" 95source "init/Kconfig"
93 96
94menu "System type" 97menu "System type"