aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index a6a70233033d..0031a6979f3a 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -124,6 +124,9 @@ config SYS_SUPPORTS_APM_EMULATION
124 bool 124 bool
125 select ARCH_SUSPEND_POSSIBLE 125 select ARCH_SUSPEND_POSSIBLE
126 126
127config SYS_SUPPORTS_HUGETLBFS
128 bool
129
127config SYS_SUPPORTS_SMP 130config SYS_SUPPORTS_SMP
128 bool 131 bool
129 132
@@ -204,6 +207,7 @@ config CPU_SH4
204 select CPU_HAS_SR_RB 207 select CPU_HAS_SR_RB
205 select CPU_HAS_FPU if !CPU_SH4AL_DSP 208 select CPU_HAS_FPU if !CPU_SH4AL_DSP
206 select SYS_SUPPORTS_TMU 209 select SYS_SUPPORTS_TMU
210 select SYS_SUPPORTS_HUGETLBFS if MMU
207 211
208config CPU_SH4A 212config CPU_SH4A
209 bool 213 bool
@@ -218,6 +222,7 @@ config CPU_SH5
218 bool 222 bool
219 select CPU_HAS_FPU 223 select CPU_HAS_FPU
220 select SYS_SUPPORTS_TMU 224 select SYS_SUPPORTS_TMU
225 select SYS_SUPPORTS_HUGETLBFS if MMU
221 226
222config CPU_SHX2 227config CPU_SHX2
223 bool 228 bool