diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-05-10 04:26:52 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 04:19:59 -0400 |
commit | 0b25b7c8cba83fa8c02fbf38eb905996f2455dd0 (patch) | |
tree | 936fa2fc225b6a73e9da69728c3f923756628d10 /arch/sh/Kconfig | |
parent | 41797f75486d8ca3b98d7658c2a506ac7879a8e5 (diff) |
sh: Add sh7269 device
This is an sh2a device (max 266MHz) with FPU, video display
controller (VDC), 8 serial ports, 4 I2C channels, 3 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 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 44a22dd86134..5970ae4c72ce 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -295,6 +295,13 @@ config CPU_SUBTYPE_SH7264 | |||
295 | select SYS_SUPPORTS_CMT | 295 | select SYS_SUPPORTS_CMT |
296 | select SYS_SUPPORTS_MTU2 | 296 | select SYS_SUPPORTS_MTU2 |
297 | 297 | ||
298 | config CPU_SUBTYPE_SH7269 | ||
299 | bool "Support SH7269 processor" | ||
300 | select CPU_SH2A | ||
301 | select CPU_HAS_FPU | ||
302 | select SYS_SUPPORTS_CMT | ||
303 | select SYS_SUPPORTS_MTU2 | ||
304 | |||
298 | config CPU_SUBTYPE_MXG | 305 | config CPU_SUBTYPE_MXG |
299 | bool "Support MX-G processor" | 306 | bool "Support MX-G processor" |
300 | select CPU_SH2A | 307 | select CPU_SH2A |
@@ -592,7 +599,7 @@ config SH_CLK_CPG_LEGACY | |||
592 | depends on SH_CLK_CPG | 599 | depends on SH_CLK_CPG |
593 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ | 600 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
594 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \ | 601 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \ |
595 | !CPU_SUBTYPE_SH7264 | 602 | !CPU_SUBTYPE_SH7264 && !CPU_SUBTYPE_SH7269 |
596 | 603 | ||
597 | source "kernel/time/Kconfig" | 604 | source "kernel/time/Kconfig" |
598 | 605 | ||