diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-05-09 02:59:27 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-09 22:49:54 -0400 |
commit | 51ce30684e0d1ae50a154e1026de57d15d096286 (patch) | |
tree | 88644f30623b0fb2e3b93feae5437c18212bbcd9 /arch/sh/Kconfig | |
parent | 7ee94d97aafacf5a019b3578e0eae6daa2e2bcd5 (diff) |
sh: Add sh7264 device
This is an sh2a device with FPU, video display controller (VDC),
8 serial ports, 3 I2C channels, 2 CAN ports, SD and on-chip USB.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ff9e033ce626..44a22dd86134 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -288,6 +288,13 @@ config CPU_SUBTYPE_SH7263 | |||
288 | select SYS_SUPPORTS_CMT | 288 | select SYS_SUPPORTS_CMT |
289 | select SYS_SUPPORTS_MTU2 | 289 | select SYS_SUPPORTS_MTU2 |
290 | 290 | ||
291 | config CPU_SUBTYPE_SH7264 | ||
292 | bool "Support SH7264 processor" | ||
293 | select CPU_SH2A | ||
294 | select CPU_HAS_FPU | ||
295 | select SYS_SUPPORTS_CMT | ||
296 | select SYS_SUPPORTS_MTU2 | ||
297 | |||
291 | config CPU_SUBTYPE_MXG | 298 | config CPU_SUBTYPE_MXG |
292 | bool "Support MX-G processor" | 299 | bool "Support MX-G processor" |
293 | select CPU_SH2A | 300 | select CPU_SH2A |
@@ -584,7 +591,8 @@ config SH_CLK_CPG | |||
584 | config SH_CLK_CPG_LEGACY | 591 | config SH_CLK_CPG_LEGACY |
585 | depends on SH_CLK_CPG | 592 | depends on SH_CLK_CPG |
586 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ | 593 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
587 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 | 594 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \ |
595 | !CPU_SUBTYPE_SH7264 | ||
588 | 596 | ||
589 | source "kernel/time/Kconfig" | 597 | source "kernel/time/Kconfig" |
590 | 598 | ||