diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-04-12 02:45:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-04-17 03:20:23 -0400 |
commit | fea88a0c02822fbb91a0b8301bf9af04377876a3 (patch) | |
tree | f48ab61efdcd32f5d1f574fca3a93b91db8c3d1f /arch/sh/Kconfig | |
parent | e00e7cb3b70e8aec5aa732b51394b841c7b4b571 (diff) |
sh: Add initial support for SH7734 CPU subtype
This implements initial support for the SH7734.
This adds support SCIF, TMU and RTC.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ff9e033ce626..ed2419f7afe5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -427,6 +427,16 @@ config CPU_SUBTYPE_SH7724 | |||
427 | help | 427 | help |
428 | Select SH7724 if you have an SH-MobileR2R CPU. | 428 | Select SH7724 if you have an SH-MobileR2R CPU. |
429 | 429 | ||
430 | config CPU_SUBTYPE_SH7734 | ||
431 | bool "Support SH7734 processor" | ||
432 | select CPU_SH4A | ||
433 | select CPU_SHX2 | ||
434 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
435 | select USB_ARCH_HAS_OHCI | ||
436 | select USB_ARCH_HAS_EHCI | ||
437 | help | ||
438 | Select SH7734 if you have a SH4A SH7734 CPU. | ||
439 | |||
430 | config CPU_SUBTYPE_SH7757 | 440 | config CPU_SUBTYPE_SH7757 |
431 | bool "Support SH7757 processor" | 441 | bool "Support SH7757 processor" |
432 | select CPU_SH4A | 442 | select CPU_SH4A |
@@ -584,7 +594,7 @@ config SH_CLK_CPG | |||
584 | config SH_CLK_CPG_LEGACY | 594 | config SH_CLK_CPG_LEGACY |
585 | depends on SH_CLK_CPG | 595 | depends on SH_CLK_CPG |
586 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ | 596 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
587 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 | 597 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && !CPU_SUBTYPE_SH7734 |
588 | 598 | ||
589 | source "kernel/time/Kconfig" | 599 | source "kernel/time/Kconfig" |
590 | 600 | ||