diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-03-27 19:06:14 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-28 20:06:21 +0100 |
commit | 465011fc56717f0227d1aa7a99cce000abc614d8 (patch) | |
tree | 760f9f1a9faeb5d1d97600c2c9cd923a99b6a03b /sound | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-stable-465011fc56717f0227d1aa7a99cce000abc614d8.tar.gz linux-stable-465011fc56717f0227d1aa7a99cce000abc614d8.tar.bz2 linux-stable-465011fc56717f0227d1aa7a99cce000abc614d8.zip |
ASoC: wm8960: Provide a menu selection text
Provide a menu selection text so that users can enable, disable or
mark it as module in menuconfig.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 649e92a252ae..196101b2eab5 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -909,7 +909,7 @@ config SND_SOC_WM8955 tristate config SND_SOC_WM8960 - tristate + tristate "Wolfson Microelectronics WM8960 CODEC" config SND_SOC_WM8961 tristate |