diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-04-30 03:06:26 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-03 04:38:07 -0400 |
commit | da107c6ef919b3afd9c9b405a4f71e03b5725b04 (patch) | |
tree | 156284403aa3fa99d8c7b09bce618d8bc803b0ac /arch/sh/Kconfig | |
parent | d5ed4c2e5ce9f5f6fd6a5a39ee1196a1f8a46eed (diff) |
sh: sh2a MTU2 platform data
This patch adds MTU2 platform data for the following cpus:
- sh7201 (3/5 channels)
- sh7203/sh7263 (2/4 channels)
- sh7206 (3/5 channels)
- MXG (3/5 channels)
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 | ||