diff options
author | Romain Perier <romain.perier@collabora.com> | 2017-02-03 15:37:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-02-04 13:16:32 +0100 |
commit | aa00f2c8aff7b85f882b6fd1706fc4241046aba7 (patch) | |
tree | cf2f03dd41e28d876c4662d512b8c7450705d2bc /sound/soc/fsl | |
parent | b9b044e2967dd47f0ffe98b5a989fc99c684f6d2 (diff) | |
download | linux-aa00f2c8aff7b85f882b6fd1706fc4241046aba7.tar.bz2 |
ASoC: Allow to select ES8328_I2C and ES8328_SPI directly
Currently, we have to select these symbols explictly via Kconfig, from
another entry. If we plan to use generic audio drivers like
simple-audio-card, the user need to be able to enable these symbols
directly via the menuconfig.
This commit also fixes unmet dependencies to SND_SOC_IMX_ES8328 caused
by these changes.
Signed-off-by: Romain Perier <romain.perier@collabora.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 37f9b6201918..0b914a1ca8d2 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -244,7 +244,7 @@ config SND_SOC_IMX_WM8962 config SND_SOC_IMX_ES8328 tristate "SoC Audio support for i.MX boards with the ES8328 codec" - depends on OF && (I2C || SPI) + depends on OF && (I2C || SPI) && SND_SOC_ES8328 select SND_SOC_ES8328_I2C if I2C select SND_SOC_ES8328_SPI if SPI_MASTER select SND_SOC_IMX_PCM_DMA |