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>
This commit is contained in:
Kuninori Morimoto 2016-08-25 01:57:50 +00:00 committed by Mark Brown
parent 83216f3acc
commit 88da724f77

View 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.