Преглед на файлове

ASoC: Allow SND_SOC_WM8978 to be selected manually

When using a DT-based multi-platform kernel, there's not always Kconfig
logic that selects the right codec driver.
Allow the user to manually select WM8978.

This is needed for Armadillo 800 EVA using a generic r8a7740 multi-platform
kernel.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@linaro.org>
Geert Uytterhoeven преди 11 години
родител
ревизия
77c545398e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      sound/soc/codecs/Kconfig

+ 2 - 1
sound/soc/codecs/Kconfig

@@ -712,7 +712,8 @@ config SND_SOC_WM8974
 	tristate
 
 config SND_SOC_WM8978
-	tristate
+	tristate "Wolfson Microelectronics WM8978 codec"
+	depends on I2C
 
 config SND_SOC_WM8983
 	tristate