blob: a90c3b28bce5fcacf8a0520cf05109b374e0db5a [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002config SND_SIMPLE_CARD_UTILS
3 tristate
4
5config SND_SIMPLE_CARD
6 tristate "ASoC Simple sound card support"
7 select SND_SIMPLE_CARD_UTILS
8 help
9 This option enables generic simple sound card support
David Brazdil0f672f62019-12-10 10:32:29 +000010 It also support DPCM of multi CPU single Codec ststem.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000011
12config SND_AUDIO_GRAPH_CARD
13 tristate "ASoC Audio Graph sound card support"
14 depends on OF
15 select SND_SIMPLE_CARD_UTILS
16 help
David Brazdil0f672f62019-12-10 10:32:29 +000017 This option enables generic simple sound card support
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000018 with OF-graph DT bindings.
David Brazdil0f672f62019-12-10 10:32:29 +000019 It also support DPCM of multi CPU single Codec ststem.