40 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_SIMPLE_CARD_UTILS3 tristate4 5config SND_SIMPLE_CARD6 tristate "ASoC Simple sound card support"7 select SND_SIMPLE_CARD_UTILS8 help9 This option enables generic simple sound card support10 It also support DPCM of multi CPU single Codec ststem.11 12config SND_AUDIO_GRAPH_CARD13 tristate "ASoC Audio Graph sound card support"14 depends on OF15 select SND_SIMPLE_CARD_UTILS16 help17 This option enables generic simple sound card support18 with OF-graph DT bindings.19 It also support DPCM of multi CPU single Codec ststem.20 21config SND_AUDIO_GRAPH_CARD222 tristate "ASoC Audio Graph sound card2 support"23 depends on OF24 select SND_SIMPLE_CARD_UTILS25 help26 This option enables generic simple sound card2 support27 with OF-graph DT bindings.28 29config SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE30 tristate "ASoC Audio Graph Card2 base custom sample support"31 depends on SND_AUDIO_GRAPH_CARD232 help33 This option enables Audio Graph Card2 base custom sample34 35config SND_TEST_COMPONENT36 tristate "ASoC Test component sound support"37 depends on OF38 help39 This option enables test component sound driver support.40