From: Kuninori Morimoto Date: Thu, 25 Aug 2016 01:57:50 +0000 (+0000) Subject: ASoC: simple-scu-card: depends on CONFIG_OF X-Git-Tag: v4.9-rc1~120^2^2~11^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88da724f77f768877283165f25d8b6d9f30b1ef7;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index 2d0ff037c5a1c..b95ae4918fcab 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.