aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2013-01-15 12:23:36 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-03-18 08:27:02 -0400
commitf33d1c34766ea96f6113d4d42fd1d1ec7a166e47 (patch)
tree5507fb5ef08747d57efdde572f914045dc814fe2 /arch/arm
parentf017d0119f59d442506cf884c7a43a9d12799a4e (diff)
ARM: shmobile: simplify kzm9g Kconfig dependencies
Reference kernel configurations for armadillo800eva and kzm9g boards do not have to depend on their respective "legacy" configurations, doing device instantiation in .c, they can be configured and built independently. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> [horms+renesas@verge.net.au: created separate patch for kzm9g portion] Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-shmobile/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 0c48af9b1a0f..ab2bb71db9b2 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -131,7 +131,11 @@ config MACH_KZM9G
131 131
132config MACH_KZM9G_REFERENCE 132config MACH_KZM9G_REFERENCE
133 bool "KZM-A9-GT board - Reference Device Tree Implementation" 133 bool "KZM-A9-GT board - Reference Device Tree Implementation"
134 depends on MACH_KZM9G 134 depends on ARCH_SH73A0
135 select ARCH_REQUIRE_GPIOLIB
136 select REGULATOR_FIXED_VOLTAGE if REGULATOR
137 select SND_SOC_AK4642 if SND_SIMPLE_CARD
138 select USE_OF
135 ---help--- 139 ---help---
136 Use reference implementation of KZM-A9-GT board support 140 Use reference implementation of KZM-A9-GT board support
137 which makes as greater use of device tree at the expense 141 which makes as greater use of device tree at the expense