diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-28 22:05:41 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-28 22:10:29 +0000 |
commit | 0a590b1de28813c81effa2c291f24ef1f47444e9 (patch) | |
tree | cb26c478d64221cb161cf7c13dfe71ef3069628c /sound/soc/samsung/Kconfig | |
parent | 34cbe16833a1840d6cde592123335fb3ad75b5d4 (diff) | |
download | blackbird-obmc-linux-0a590b1de28813c81effa2c291f24ef1f47444e9.tar.gz blackbird-obmc-linux-0a590b1de28813c81effa2c291f24ef1f47444e9.zip |
ASoC: Add basic 1277-EV1 Littlemill audio driver
The Littlemill audio card supports a number of pluggable miniboards,
normally for the WM8994 family of devices. As all these devices look
mostly the same from an external configuration point of view and are
runtime enumerable we can write a standard machine driver which will
work out of the box with any of them. Start doing that with the bare
bones of a driver, only supporting AIF1.
Future patches will flesh this out to be more fully featured.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung/Kconfig')
-rw-r--r-- | sound/soc/samsung/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index 71f38de18222..7aaaf8e8056f 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -205,3 +205,9 @@ config SND_SOC_LOWLAND select SND_SAMSUNG_I2S select SND_SOC_WM5100 select SND_SOC_WM9081 + +config SND_SOC_LITTLEMILL + tristate "Audio support for Wolfson Littlemill" + depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410 + select SND_SAMSUNG_I2S + select SND_SOC_WM8994 |