diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-10-29 09:25:38 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-31 08:25:39 -0400 |
commit | d004ebbef7292848f5f7ecae50824c04780baaac (patch) | |
tree | e9111cb49a81a0cd4f285c19009624ed8746bcac /sound/soc/codecs/Kconfig | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ASoC: tlv320aic23: make codecs selectable in Kconfig
Now that manual selection of drivers for audio subsystem components is
preferred AIC23 codec must be selectable in Kconfig to make it possible.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a68d1731a8fd..7881b3c35b4d 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -581,11 +581,11 @@ config SND_SOC_TLV320AIC23 | |||
581 | tristate | 581 | tristate |
582 | 582 | ||
583 | config SND_SOC_TLV320AIC23_I2C | 583 | config SND_SOC_TLV320AIC23_I2C |
584 | tristate | 584 | tristate "Texas Instruments TLV320AIC23 audio CODEC - I2C" |
585 | select SND_SOC_TLV320AIC23 | 585 | select SND_SOC_TLV320AIC23 |
586 | 586 | ||
587 | config SND_SOC_TLV320AIC23_SPI | 587 | config SND_SOC_TLV320AIC23_SPI |
588 | tristate | 588 | tristate "Texas Instruments TLV320AIC23 audio CODEC - SPI" |
589 | select SND_SOC_TLV320AIC23 | 589 | select SND_SOC_TLV320AIC23 |
590 | 590 | ||
591 | config SND_SOC_TLV320AIC26 | 591 | config SND_SOC_TLV320AIC26 |