Merge tag 'leds-for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anasz...
[linux-2.6-microblaze.git] / sound / soc / generic / Kconfig
1 config SND_SIMPLE_CARD_UTILS
2        tristate
3
4 config SND_SIMPLE_CARD
5         tristate "ASoC Simple sound card support"
6         select SND_SIMPLE_CARD_UTILS
7         help
8           This option enables generic simple sound card support
9           It also support DPCM of multi CPU single Codec ststem.
10
11 config SND_SIMPLE_SCU_CARD
12         tristate "ASoC Simple SCU sound card support"
13         depends on OF
14         select SND_SIMPLE_CARD_UTILS
15         help
16           This option enables generic simple SCU sound card support.
17           It supports DPCM of multi CPU single Codec system.
18
19 config SND_AUDIO_GRAPH_CARD
20         tristate "ASoC Audio Graph sound card support"
21         depends on OF
22         select SND_SIMPLE_CARD_UTILS
23         help
24           This option enables generic simple sound card support
25           with OF-graph DT bindings.
26           It also support DPCM of multi CPU single Codec ststem.
27
28 config SND_AUDIO_GRAPH_SCU_CARD
29         tristate "ASoC Audio Graph SCU sound card support"
30         depends on OF
31         select SND_SIMPLE_CARD_UTILS
32         help
33           This option enables generic simple SCU sound card support
34           with OF-graph DT bindings.
35           It supports DPCM of multi CPU single Codec ststem.