blob: c954be0a0f96b052496dae219173cc46e9e14993 [file] [log] [blame]
Kuninori Morimotoabd31472016-05-31 09:00:14 +00001config SND_SIMPLE_CARD_UTILS
2 tristate
3
Kuninori Morimotof2390882012-04-08 21:17:50 -07004config SND_SIMPLE_CARD
5 tristate "ASoC Simple sound card support"
Kuninori Morimotocecdef32016-06-30 06:02:46 +00006 select SND_SIMPLE_CARD_UTILS
Kuninori Morimotof2390882012-04-08 21:17:50 -07007 help
8 This option enables generic simple sound card support
Kuninori Morimotod12c6212016-08-23 01:35:02 +00009
10config SND_SIMPLE_SCU_CARD
11 tristate "ASoC Simple SCU sound card support"
Kuninori Morimoto88da7242016-08-25 01:57:50 +000012 depends on OF
Kuninori Morimotod12c6212016-08-23 01:35:02 +000013 select SND_SIMPLE_CARD_UTILS
14 help
15 This option enables generic simple SCU sound card support.
Marek Vasut97b4bc72016-09-28 12:24:10 +020016 It supports DPCM of multi CPU single Codec system.
Kuninori Morimoto2692c1c2017-04-20 01:36:08 +000017
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.
Kuninori Morimoto87f937b2017-05-18 01:45:37 +000025
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.