summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2015-12-16 13:02:55 (GMT)
committerMark Brown <broonie@kernel.org>2015-12-18 08:25:58 (GMT)
commit2005bd881d273456e26a0b2027976f75fc47701f (patch)
tree80c65e3b313f46e8243eaa27bafb8983abf73cde /sound/soc/codecs/Kconfig
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
downloadlinux-2005bd881d273456e26a0b2027976f75fc47701f.tar.xz
ASoC: wm8974: add devicetree support
This adds devicetree support to the wm8974 codec driver. With a DT-based kernel, there is no board-specific setting to select the driver so allow it to be manually chosen. Signed-off-by: Mans Rullgard <mans@mansr.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index cfdafc4..e36b14c 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -838,7 +838,8 @@ config SND_SOC_WM8971
tristate
config SND_SOC_WM8974
- tristate
+ tristate "Wolfson Microelectronics WM8974 codec"
+ depends on I2C
config SND_SOC_WM8978
tristate "Wolfson Microelectronics WM8978 codec"