ASoC: simple-scu-card: depends on CONFIG_OF
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 25 Aug 2016 01:57:50 +0000 (01:57 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 1 Sep 2016 20:21:39 +0000 (21:21 +0100)
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>
sound/soc/generic/Kconfig

index 2d0ff037c5a1c52941f6caafea0298456537930c..b95ae4918fcab3e3a8cf2125b88adf6916f2a749 100644 (file)
@@ -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.
This page took 0.0243 seconds and 5 git commands to generate.