Skip to content

Commit

Permalink
ASoC: tlv320aic23: make codecs selectable in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Max Filippov authored and Mark Brown committed Oct 31, 2014
1 parent f114040 commit d004ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,11 @@ config SND_SOC_TLV320AIC23
tristate

config SND_SOC_TLV320AIC23_I2C
tristate
tristate "Texas Instruments TLV320AIC23 audio CODEC - I2C"
select SND_SOC_TLV320AIC23

config SND_SOC_TLV320AIC23_SPI
tristate
tristate "Texas Instruments TLV320AIC23 audio CODEC - SPI"
select SND_SOC_TLV320AIC23

config SND_SOC_TLV320AIC26
Expand Down

0 comments on commit d004ebb

Please sign in to comment.