diff options
author | Mark Brown <broonie@kernel.org> | 2017-05-29 15:27:19 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-29 15:27:19 +0200 |
commit | 5ea929467dbecd9494fd70cb7cfd7e0730223e13 (patch) | |
tree | cbe358eb6984a3dffd2deccddb06fd3bcce39ab9 /sound/soc/generic/Kconfig | |
parent | ASoC: rsnd: add HDMI output support (diff) | |
parent | ASoC: simple-card-utils: remove strict limitation of bit/frame master (diff) | |
download | linux-5ea929467dbecd9494fd70cb7cfd7e0730223e13.tar.xz linux-5ea929467dbecd9494fd70cb7cfd7e0730223e13.zip |
Merge branch 'topic/of-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar
Diffstat (limited to 'sound/soc/generic/Kconfig')
-rw-r--r-- | sound/soc/generic/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index d023959b8cd6..121a48e8bb7d 100644 --- a/sound/soc/generic/Kconfig +++ b/sound/soc/generic/Kconfig @@ -14,3 +14,11 @@ config SND_SIMPLE_SCU_CARD help This option enables generic simple SCU sound card support. It supports DPCM of multi CPU single Codec system. + +config SND_AUDIO_GRAPH_CARD + tristate "ASoC Audio Graph sound card support" + depends on OF + select SND_SIMPLE_CARD_UTILS + help + This option enables generic simple simple sound card support + with OF-graph DT bindings. |