Kconfig (c3830f1a00f0c7b224aa64e99adbdc14e86d78d5) Kconfig (ae3cb5790906b5caf519f6f21792c30fb5ddf8db)
1config SND_SIMPLE_CARD_UTILS
2 tristate
3
4config 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

--- 8 unchanged lines hidden (view full) ---

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 sound card support
24 with OF-graph DT bindings.
1config SND_SIMPLE_CARD_UTILS
2 tristate
3
4config 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

--- 8 unchanged lines hidden (view full) ---

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 sound card support
24 with OF-graph DT bindings.
25 It also support DPCM of multi CPU single Codec ststem.
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.
26
27config SND_AUDIO_GRAPH_SCU_CARD
28 tristate "ASoC Audio Graph SCU sound card support"
29 depends on OF
30 select SND_SIMPLE_CARD_UTILS
31 help
32 This option enables generic simple SCU sound card support
33 with OF-graph DT bindings.
34 It supports DPCM of multi CPU single Codec ststem.