aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/generic
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-08-24 21:57:50 -0400
committerMark Brown <broonie@kernel.org>2016-09-01 16:21:39 -0400
commit88da724f77f768877283165f25d8b6d9f30b1ef7 (patch)
treec12920237b1b59c88d0a151e564a4d368834ef69 /sound/soc/generic
parent83216f3acc4ab42ffe7001b54cd62f7ca2bde30f (diff)
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 2d0ff037c5a1..b95ae4918fca 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -9,6 +9,7 @@ config SND_SIMPLE_CARD
9 9
10config SND_SIMPLE_SCU_CARD 10config SND_SIMPLE_SCU_CARD
11 tristate "ASoC Simple SCU sound card support" 11 tristate "ASoC Simple SCU sound card support"
12 depends on OF
12 select SND_SIMPLE_CARD_UTILS 13 select SND_SIMPLE_CARD_UTILS
13 help 14 help
14 This option enables generic simple SCU sound card support. 15 This option enables generic simple SCU sound card support.