projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83216f3
)
ASoC: simple-scu-card: depends on CONFIG_OF
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 25 Aug 2016 01:57:50 +0000
(
01:57
+0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/generic/Kconfig
b/sound/soc/generic/Kconfig
index 2d0ff037c5a1c52941f6caafea0298456537930c..b95ae4918fcab3e3a8cf2125b88adf6916f2a749 100644
(file)
--- 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.