diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 6 |
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 | ||
132 | config MACH_KZM9G_REFERENCE | 132 | config 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 |