]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/soc/generic/Kconfig
UBUNTU: Ubuntu-4.15.0-96.97
[mirror_ubuntu-bionic-kernel.git] / sound / soc / generic / Kconfig
CommitLineData
abd3147e
KM
1config SND_SIMPLE_CARD_UTILS
2 tristate
3
f2390880
KM
4config SND_SIMPLE_CARD
5 tristate "ASoC Simple sound card support"
cecdef36 6 select SND_SIMPLE_CARD_UTILS
f2390880
KM
7 help
8 This option enables generic simple sound card support
d12c6216
KM
9
10config SND_SIMPLE_SCU_CARD
11 tristate "ASoC Simple SCU sound card support"
88da724f 12 depends on OF
d12c6216
KM
13 select SND_SIMPLE_CARD_UTILS
14 help
15 This option enables generic simple SCU sound card support.
97b4bc76 16 It supports DPCM of multi CPU single Codec system.
2692c1c6
KM
17
18config SND_AUDIO_GRAPH_CARD
19 tristate "ASoC Audio Graph sound card support"
20 depends on OF
21 select SND_SIMPLE_CARD_UTILS
22 help
23 This option enables generic simple simple sound card support
24 with OF-graph DT bindings.
87f937b4
KM
25
26config SND_AUDIO_GRAPH_SCU_CARD
27 tristate "ASoC Audio Graph SCU sound card support"
28 depends on OF
29 select SND_SIMPLE_CARD_UTILS
30 help
31 This option enables generic simple SCU sound card support
32 with OF-graph DT bindings.
33 It supports DPCM of multi CPU single Codec ststem.