summaryrefslogtreecommitdiff
path: root/sound/soc/generic
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-08-25 01:57:50 (GMT)
committerMark Brown <broonie@kernel.org>2016-09-01 20:21:39 (GMT)
commit88da724f77f768877283165f25d8b6d9f30b1ef7 (patch)
treec12920237b1b59c88d0a151e564a4d368834ef69 /sound/soc/generic
parent83216f3acc4ab42ffe7001b54cd62f7ca2bde30f (diff)
downloadlinux-88da724f77f768877283165f25d8b6d9f30b1ef7.tar.xz
ASoC: simple-scu-card: depends on CONFIG_OF
simple-scu-card driver is under CONFIG_OF. This patch adds missing config. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic')
-rw-r--r--sound/soc/generic/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig
index 2d0ff03..b95ae49 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -9,6 +9,7 @@ config SND_SIMPLE_CARD
config SND_SIMPLE_SCU_CARD
tristate "ASoC Simple SCU sound card support"
+ depends on OF
select SND_SIMPLE_CARD_UTILS
help
This option enables generic simple SCU sound card support.