]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: CS42L51 and WM8962 codecs depend on INPUT
authorArnd Bergmann <arnd@arndb.de>
Tue, 29 Apr 2014 11:18:22 +0000 (19:18 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 1 May 2014 01:29:33 +0000 (18:29 -0700)
commit9d585df97388562ca20ed9df826388fd62ce0b6d
treeea98a0ab99e2d7d994ae14673db3383c28e3d9aa
parent03a169e57a9a3fd69c1713c317a06f163ad63b5c
ASoC: CS42L51 and WM8962 codecs depend on INPUT

Building ARM randconfig got into a situation where CONFIG_INPUT
is turned off and SND_SOC_ALL_CODECS is turned on, which failed
for two codecs trying to use the input subsystem. Some other
drivers also select one of these codecs and consequently need an
explicit dependency added.

Appending to the dependency list seems the easiest way out,
since this is not a practical limitation. If anyone really
needs to build these codecs for a kernel with no input support,
a more sophisticated solution can be implemented.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/Kconfig
sound/soc/fsl/Kconfig
sound/soc/samsung/Kconfig