diff options
author | Daniel Mack <daniel@zonque.org> | 2018-06-30 22:24:33 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-02 11:00:52 +0100 |
commit | 1581250119daa9426c359d059e2dc14ec04bcc0c (patch) | |
tree | 2681e24824a798f61e42c2a7353b6192a3d46382 | |
parent | 1a8f0a3c13c136951de7ea24ccb148e745db98a2 (diff) | |
download | linux-1581250119daa9426c359d059e2dc14ec04bcc0c.tar.gz linux-1581250119daa9426c359d059e2dc14ec04bcc0c.tar.bz2 linux-1581250119daa9426c359d059e2dc14ec04bcc0c.zip |
ASoC: pxa: select SND_PXA2XX_LIB for drivers that depend on it
Commit d767d3ce5c48b ("ASoC: pxa: provide PCM ops for ssp, i2s and ac97
components") created a build-time dependency to SND_PXA2XX_LIB but
missed to reflect that in Kconfig.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/pxa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 95dcf97a6271..2fc02c227f69 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -24,15 +24,18 @@ config SND_PXA2XX_AC97 config SND_PXA2XX_SOC_AC97 tristate select AC97_BUS + select SND_PXA2XX_LIB select SND_PXA2XX_LIB_AC97 select SND_SOC_AC97_BUS config SND_PXA2XX_SOC_I2S + select SND_PXA2XX_LIB tristate config SND_PXA_SOC_SSP tristate "Soc Audio via PXA2xx/PXA3xx SSP ports" select PXA_SSP + select SND_PXA2XX_LIB config SND_MMP_SOC_SSPA tristate |