Skip to content

Commit

Permalink
ALSA: ASoC: Hide TLV320AIC26 configuration option for non-OpenFirwmar…
Browse files Browse the repository at this point in the history
…e users

Make the visibility of the tristate conditional on having the OpenFirmware
helper code enabed so that users who can't use it don't see the visible
option. Kconfig ignores dependencies for select so other users are
unaffected.

Thanks to Takashi for the suggestion.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Mark Brown authored and Takashi Iwai committed Oct 14, 2008
1 parent 4aa0239 commit d5d8d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ config SND_SOC_TLV320AIC23
depends on I2C

config SND_SOC_TLV320AIC26
tristate "TI TLV320AIC26 Codec support"
tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
depends on SPI

config SND_SOC_TLV320AIC3X
Expand Down

0 comments on commit d5d8d83

Please sign in to comment.