diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-05 06:14:49 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-07 22:44:11 -0500 |
commit | c793c1b0c8ea11b46caf5a532752214b27a2df42 (patch) | |
tree | 1d8cbdaaff4d6a19c8891c8c551e1d205902c9ba /arch/arm/Kconfig | |
parent | 9e9622d1a064705181bea0600ea9eacd95adab7f (diff) |
ARM: mach-shmobile: SH-Mobile G3 support.
This adds preliminary support for the SH-Mobile G-series.
The SH-Mobile G-series is a series of ARM/SH multi-core CPUs that aside
from the ARM MPU are primarily composed of existing SH IP blocks.
This includes initial support for the SH7367 (SH-Mobile G3) CPU and
the G3EVM reference board.
Only timer, serial console, and NOR flash are supported at this point.
Patches for the interrupt controller, pinmux support, clock framework
and runtime pm will be submitted as feature patches on top of this.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 184a6bd54825..55764a1c8763 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -584,6 +584,11 @@ config ARCH_MSM | |||
584 | interface to the ARM9 modem processor which runs the baseband stack | 584 | interface to the ARM9 modem processor which runs the baseband stack |
585 | and controls some vital subsystems (clock and power control, etc). | 585 | and controls some vital subsystems (clock and power control, etc). |
586 | 586 | ||
587 | config ARCH_SHMOBILE | ||
588 | bool "Renesas SH-Mobile" | ||
589 | help | ||
590 | Support for Renesas's SH-Mobile ARM platforms | ||
591 | |||
587 | config ARCH_RPC | 592 | config ARCH_RPC |
588 | bool "RiscPC" | 593 | bool "RiscPC" |
589 | select ARCH_ACORN | 594 | select ARCH_ACORN |
@@ -822,6 +827,8 @@ source "arch/arm/mach-s3c6400/Kconfig" | |||
822 | source "arch/arm/mach-s3c6410/Kconfig" | 827 | source "arch/arm/mach-s3c6410/Kconfig" |
823 | endif | 828 | endif |
824 | 829 | ||
830 | source "arch/arm/mach-shmobile/Kconfig" | ||
831 | |||
825 | source "arch/arm/plat-stmp3xxx/Kconfig" | 832 | source "arch/arm/plat-stmp3xxx/Kconfig" |
826 | 833 | ||
827 | if ARCH_S5PC1XX | 834 | if ARCH_S5PC1XX |