]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - sound/soc/generic/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / sound / soc / generic / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
abd3147e
KM
2config SND_SIMPLE_CARD_UTILS
3 tristate
4
f2390880
KM
5config SND_SIMPLE_CARD
6 tristate "ASoC Simple sound card support"
cecdef36 7 select SND_SIMPLE_CARD_UTILS
f2390880
KM
8 help
9 This option enables generic simple sound card support
da215354 10 It also support DPCM of multi CPU single Codec ststem.
d12c6216 11
2692c1c6
KM
12config SND_AUDIO_GRAPH_CARD
13 tristate "ASoC Audio Graph sound card support"
14 depends on OF
15 select SND_SIMPLE_CARD_UTILS
16 help
c3830f1a 17 This option enables generic simple sound card support
2692c1c6 18 with OF-graph DT bindings.
ae3cb579 19 It also support DPCM of multi CPU single Codec ststem.