diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 6d0dd378ecad..2061488cc17c 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -214,27 +214,32 @@ config CPU_SUBTYPE_SH7201 | |||
214 | bool "Support SH7201 processor" | 214 | bool "Support SH7201 processor" |
215 | select CPU_SH2A | 215 | select CPU_SH2A |
216 | select CPU_HAS_FPU | 216 | select CPU_HAS_FPU |
217 | select SYS_SUPPORTS_MTU2 | ||
217 | 218 | ||
218 | config CPU_SUBTYPE_SH7203 | 219 | config CPU_SUBTYPE_SH7203 |
219 | bool "Support SH7203 processor" | 220 | bool "Support SH7203 processor" |
220 | select CPU_SH2A | 221 | select CPU_SH2A |
221 | select CPU_HAS_FPU | 222 | select CPU_HAS_FPU |
222 | select SYS_SUPPORTS_CMT | 223 | select SYS_SUPPORTS_CMT |
224 | select SYS_SUPPORTS_MTU2 | ||
223 | 225 | ||
224 | config CPU_SUBTYPE_SH7206 | 226 | config CPU_SUBTYPE_SH7206 |
225 | bool "Support SH7206 processor" | 227 | bool "Support SH7206 processor" |
226 | select CPU_SH2A | 228 | select CPU_SH2A |
227 | select SYS_SUPPORTS_CMT | 229 | select SYS_SUPPORTS_CMT |
230 | select SYS_SUPPORTS_MTU2 | ||
228 | 231 | ||
229 | config CPU_SUBTYPE_SH7263 | 232 | config CPU_SUBTYPE_SH7263 |
230 | bool "Support SH7263 processor" | 233 | bool "Support SH7263 processor" |
231 | select CPU_SH2A | 234 | select CPU_SH2A |
232 | select CPU_HAS_FPU | 235 | select CPU_HAS_FPU |
233 | select SYS_SUPPORTS_CMT | 236 | select SYS_SUPPORTS_CMT |
237 | select SYS_SUPPORTS_MTU2 | ||
234 | 238 | ||
235 | config CPU_SUBTYPE_MXG | 239 | config CPU_SUBTYPE_MXG |
236 | bool "Support MX-G processor" | 240 | bool "Support MX-G processor" |
237 | select CPU_SH2A | 241 | select CPU_SH2A |
242 | select SYS_SUPPORTS_MTU2 | ||
238 | help | 243 | help |
239 | Select MX-G if running on an R8A03022BG part. | 244 | Select MX-G if running on an R8A03022BG part. |
240 | 245 | ||