diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-06-19 10:52:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-06-22 19:10:57 -0400 |
commit | 5898dd9ebd158d9fd3c197fc640d0c104bef39a5 (patch) | |
tree | 6f5c03ef1c7861123ea414cb46ba590d0d692a9b /sound/soc/jz4740/Kconfig | |
parent | 3b097d64eafac6446d3c5d255830e2bbdd17edd3 (diff) |
ASoC: JZ4740: Add qi_lb60 board driver
This patch adds ASoC support for the qi_lb60 board.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/jz4740/Kconfig')
-rw-r--r-- | sound/soc/jz4740/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig index 27480f204ee0..5351cba66c9e 100644 --- a/sound/soc/jz4740/Kconfig +++ b/sound/soc/jz4740/Kconfig | |||
@@ -12,3 +12,12 @@ config SND_JZ4740_SOC_I2S | |||
12 | help | 12 | help |
13 | Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740 | 13 | Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740 |
14 | based boards. | 14 | based boards. |
15 | |||
16 | config SND_JZ4740_SOC_QI_LB60 | ||
17 | tristate "SoC Audio support for Qi LB60" | ||
18 | depends on SND_JZ4740_SOC && JZ4740_QI_LB60 | ||
19 | select SND_JZ4740_SOC_I2S | ||
20 | select SND_SOC_JZ4740_CODEC | ||
21 | help | ||
22 | Say Y if you want to add support for ASoC audio on the Qi LB60 board | ||
23 | a.k.a Qi Ben NanoNote. | ||