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

ASoC: codecs: Kconfig: Show knob, and depend on MIPS || COMPILE_TEST

Show the knob to enable or disable the jz4740-codec driver, add a
proper description, and add a dependency on MIPS || COMPILE_TEST, as
this driver is only useful on MIPS.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Paul Cercueil and committed by
Mark Brown
edcd3ed1 030a79e9

+8 -1
+8 -1
sound/soc/codecs/Kconfig
··· 579 579 depends on TTY 580 580 581 581 config SND_SOC_JZ4740_CODEC 582 + depends on MIPS || COMPILE_TEST 582 583 select REGMAP_MMIO 583 - tristate 584 + tristate "Ingenic JZ4740 internal CODEC" 585 + help 586 + Enable support for the internal CODEC found in the JZ4740 SoC 587 + from Ingenic. 588 + 589 + This driver can also be built as a module. If so, the module 590 + will be called snd-soc-jz4740-codec. 584 591 585 592 config SND_SOC_JZ4725B_CODEC 586 593 depends on MIPS || COMPILE_TEST