diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-12 16:36:02 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-12 16:36:02 -0400 |
commit | a515be1ca7df947db0f6018a174f49507affcdbc (patch) | |
tree | 8f5be875e2902bee701a6840ba1fbb19e8d0384a /arch/arm/mach-shmobile/Kconfig | |
parent | 9183857d503f915ee05abb6e03cea7253dcbace6 (diff) | |
parent | fecf84c14fa755b0e30ba64a290db658a06c76fb (diff) |
Merge branch 'renesas-kzm9g' into renesas-board-new
* renesas-kzm9g:
ARM: mach-shmobile: kzm9g: enable SMP boot
ARM: mach-shmobile: kzm9g: defconfig update
ARM: mach-shmobile: kzm9g: add PCF8757 gpio-key
ARM: mach-shmobile: kzm9g: add SDHI support
ARM: mach-shmobile: kzm9g: add MMCIF support
ARM: mach-shmobile: kzm9g: correct screen direction
ARM: mach-shmobile: sh73a0.h: add GPIO_NR
ARM: mach-shmobile: pfc-sh73a0: fixup MSEL2CR MSEL18 for I2C-3
ARM: mach-shmobile: kzm9g: add ST1232 Touchscreen support
ARM: mach-shmobile: kzm9g: add LCDC support
ARM: mach-shmobile: kzm9g: add external USB Host support
ARM: mach-shmobile: kzm9g: add SMSC 9221 support
ARM: mach-shmobile: kzm9g: add defconfig
ARM: mach-shmobile: add KZM-A9-GT board support
Conflicts:
arch/arm/mach-shmobile/Makefile
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 7828a7a5f8d6..e703bd280f98 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -103,6 +103,11 @@ config MACH_MARZEN | |||
103 | depends on ARCH_R8A7779 | 103 | depends on ARCH_R8A7779 |
104 | select ARCH_REQUIRE_GPIOLIB | 104 | select ARCH_REQUIRE_GPIOLIB |
105 | 105 | ||
106 | config MACH_KZM9G | ||
107 | bool "KZM-A9-GT board" | ||
108 | depends on ARCH_SH73A0 | ||
109 | select ARCH_REQUIRE_GPIOLIB | ||
110 | |||
106 | comment "SH-Mobile System Configuration" | 111 | comment "SH-Mobile System Configuration" |
107 | 112 | ||
108 | config CPU_HAS_INTEVT | 113 | config CPU_HAS_INTEVT |