diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-05-19 22:12:15 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-19 19:54:28 +0100 |
commit | e24805dd85283ac0912b9c400768a4d171b400ff (patch) | |
tree | e67bb07cab9358ac46f77bff9f5a0aef490271a5 /sound/soc/txx9/Kconfig | |
parent | 11a728110633320d95935a1ba79c038db303596f (diff) | |
download | blackbird-op-linux-e24805dd85283ac0912b9c400768a4d171b400ff.tar.gz blackbird-op-linux-e24805dd85283ac0912b9c400768a4d171b400ff.zip |
ASoC: Add TXx9 AC link controller driver (v3)
This patch adds support for the integrated ACLC of the TXx9 family.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/txx9/Kconfig')
-rw-r--r-- | sound/soc/txx9/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sound/soc/txx9/Kconfig b/sound/soc/txx9/Kconfig new file mode 100644 index 000000000000..ebc9327eae71 --- /dev/null +++ b/sound/soc/txx9/Kconfig @@ -0,0 +1,29 @@ +## +## TXx9 ACLC +## +config SND_SOC_TXX9ACLC + tristate "SoC Audio for TXx9" + depends on HAS_TXX9_ACLC && TXX9_DMAC + help + This option enables support for the AC Link Controllers in TXx9 SoC. + +config HAS_TXX9_ACLC + bool + +config SND_SOC_TXX9ACLC_AC97 + tristate + select AC97_BUS + select SND_AC97_CODEC + select SND_SOC_AC97_BUS + + +## +## Boards +## +config SND_SOC_TXX9ACLC_GENERIC + tristate "Generic TXx9 ACLC sound machine" + depends on SND_SOC_TXX9ACLC + select SND_SOC_TXX9ACLC_AC97 + select SND_SOC_AC97_CODEC + help + This is a generic AC97 sound machine for use in TXx9 based systems. |