Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: cs42l51: make driver user-selectable

Since we are removing the Armada 370 DB audio machine driver to use
the 'simple-card' Device Tree binding, we can no longer select the
CS42L51 codec driver using a Kconfig 'select', and we instead need it
to be user-selectable. Therefore, this commit adds a prompt to make
the CS42L51 I2C codec driver user-selectable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Thomas Petazzoni and committed by
Mark Brown
4e449238 f114040e

+1 -1
+1 -1
sound/soc/codecs/Kconfig
··· 336 336 tristate 337 337 338 338 config SND_SOC_CS42L51_I2C 339 - tristate 339 + tristate "Cirrus Logic CS42L51 CODEC (I2C)" 340 340 select SND_SOC_CS42L51 341 341 342 342 config SND_SOC_CS42L52