ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616
authorCaesar Wang <wxt@rock-chips.com>
Fri, 4 Mar 2016 06:54:50 +0000 (14:54 +0800)
committerMark Brown <broonie@kernel.org>
Sat, 5 Mar 2016 03:39:32 +0000 (12:39 +0900)
This patch fixes that hasn't built the rt5616 driver with
'CONFIG_SND_SOC_RT5616=y' in .config.

The tristate is the prompt on the 'make menuconfig',
in other words, that can't show the prompt and select it
if we don't say what's the tristate.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig

index 50693c867e71d06a2b6ccebf0d2f303c1ef9a0f5..1de259860bc9693a2bcbaa2026a33e32f4bc43f7 100644 (file)
@@ -596,7 +596,7 @@ config SND_SOC_RT298
        depends on I2C
 
 config SND_SOC_RT5616
-       tristate
+       tristate "Realtek RT5616 CODEC"
 
 config SND_SOC_RT5631
        tristate "Realtek ALC5631/RT5631 CODEC"
This page took 0.025733 seconds and 5 git commands to generate.