diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-02-05 04:11:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-06 19:16:38 +0100 |
commit | e9d97b05a80f27d5ba7379b108db19b0d93cf267 (patch) | |
tree | 80f9e0e958e8dba22cd0e3e6b5f03984037f7bd4 /sound/soc/codecs/Kconfig | |
parent | ASoC: dapm: harden use of lookup tables (diff) | |
download | linux-e9d97b05a80f27d5ba7379b108db19b0d93cf267.tar.xz linux-e9d97b05a80f27d5ba7379b108db19b0d93cf267.zip |
ASoC: codecs: Add jz4725b-codec driver
Add jz4725b-codec driver to support the internal CODEC found in the
JZ4725B SoC from Ingenic.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a15710c8a95f..fec894c725d3 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -90,6 +90,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_INNO_RK3036 select SND_SOC_ISABELLE if I2C select SND_SOC_JZ4740_CODEC + select SND_SOC_JZ4725B_CODEC select SND_SOC_LM4857 if I2C select SND_SOC_LM49453 if I2C select SND_SOC_MAX98088 if I2C @@ -581,6 +582,17 @@ config SND_SOC_JZ4740_CODEC select REGMAP_MMIO tristate +config SND_SOC_JZ4725B_CODEC + depends on MIPS || COMPILE_TEST + select REGMAP + tristate "Ingenic JZ4725B internal CODEC" + help + Enable support for the internal CODEC found in the JZ4725B SoC + from Ingenic. + + This driver can also be built as a module. If so, the module + will be called snd-soc-jz4725b-codec. + config SND_SOC_L3 tristate |