diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2013-11-14 13:28:42 +0100 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2013-11-14 13:28:42 +0100 |
commit | d20a7277d1798c428231432c68081bf26e9c3c20 (patch) | |
tree | 04c2093185d42a3f7b0e94a6a4fd0e30abfe4b33 /sound/soc/omap | |
parent | e13a9fb583ab13f18f0786538aa4bb99fed0f919 (diff) | |
download | kernel_goldelico_gta04-d20a7277d1798c428231432c68081bf26e9c3c20.zip kernel_goldelico_gta04-d20a7277d1798c428231432c68081bf26e9c3c20.tar.gz kernel_goldelico_gta04-d20a7277d1798c428231432c68081bf26e9c3c20.tar.bz2 |
fixed misconfiguration where we do have our gta04 specific twl4030 audio driver and the generic one
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r-- | sound/soc/omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index eaccbd3..cba8428 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -72,7 +72,7 @@ config SND_OMAP_SOC_AM3517EVM config SND_OMAP_SOC_OMAP_TWL4030 tristate "SoC Audio support for TI SoC based boards with twl4030 codec" - depends on TWL4030_CORE && SND_OMAP_SOC + depends on TWL4030_CORE && SND_OMAP_SOC && !SND_OMAP_SOC_GTA04 select SND_OMAP_SOC_MCBSP select SND_SOC_TWL4030 help |