aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2012-05-16 02:44:58 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-05-17 18:14:01 -0400
commit7f627f0380cb5ba3e05bcaac31ecf40c1f508ec1 (patch)
treec9a6738e73afdeb7aca1bef4d0114b1f3fc7428c /arch/arm/mach-shmobile/Kconfig
parenta07e103ef08c6907d695a06467d7ee950796fccf (diff)
mach-shmobile: Emma Mobile EV2 SoC base support V3
This is V3 of the Emma Mobile EV2 SoC support. Included here is support for serial and timer devices which is just about enough to boot a kernel. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 34560cab45d9..fadafe3b4e88 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -41,6 +41,11 @@ config ARCH_R8A7779
41 select ARM_GIC 41 select ARM_GIC
42 select ARCH_WANT_OPTIONAL_GPIOLIB 42 select ARCH_WANT_OPTIONAL_GPIOLIB
43 43
44config ARCH_EMEV2
45 bool "Emma Mobile EV2"
46 select CPU_V7
47 select ARM_GIC
48
44comment "SH-Mobile Board Type" 49comment "SH-Mobile Board Type"
45 50
46config MACH_G3EVM 51config MACH_G3EVM