diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-25 01:57:50 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 21:21:39 +0100 |
commit | 88da724f77f768877283165f25d8b6d9f30b1ef7 (patch) | |
tree | c12920237b1b59c88d0a151e564a4d368834ef69 /sound/soc/generic/Kconfig | |
parent | 83216f3acc4ab42ffe7001b54cd62f7ca2bde30f (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/Kconfig')
-rw-r--r-- | sound/soc/generic/Kconfig | 1 |
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 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. |