summaryrefslogtreecommitdiff
path: root/sound/soc/ux500/Kconfig
diff options
context:
space:
mode:
authorXie Xiaolei <xie.xiaolei@stericsson.com>2011-01-13 10:11:24 +0100
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:00:48 +0100
commitd9d4ef1a47305043fd8a3aedee2afb91bf590894 (patch)
tree516fc0b13882bd2cd834262d823267b1c8079761 /sound/soc/ux500/Kconfig
parent641fd679e6ff88cabc8e66d9a02993d8948e7355 (diff)
sound/soc: Add the AB5500 codec driver and correct the MSP internal clock frequency.
ST-Ericsson ID: WP 259100 Signed-off-by: Xie Xiaolei <xie.xiaolei@stericsson.com> Change-Id: Ia2ecfb380d9f59f0ef588888745269160e914d9e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/11424 Reviewed-by: Ola LILJA2 <ola.o.lilja@stericsson.com> Tested-by: Xie XIAOLEI <xie.xiaolei@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'sound/soc/ux500/Kconfig')
-rw-r--r--sound/soc/ux500/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig
index 2b1327240fe..a5cdf4358b5 100644
--- a/sound/soc/ux500/Kconfig
+++ b/sound/soc/ux500/Kconfig
@@ -15,7 +15,15 @@ config SND_SOC_UX500_AB3550
select SND_SOC_AB3550
default n
help
- Say Y if you want to include AB3550 codec (Petronella MSA).
+ Say Y if you want to include the AB3550 codec.
+
+config SND_SOC_UX500_AB5500
+ bool "Codec - AB5500"
+ depends on SND_SOC_UX500 && (UX500_SOC_DB8500 || UX500_SOC_DB5500) && AB5500_CORE
+ select SND_SOC_AB5500
+ default n
+ help
+ Say Y if you want to include the AB5500 codec.
config SND_SOC_UX500_CG29XX
bool "Codec - CG29xx"