David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config SND_SIMPLE_CARD_UTILS |
| 3 | tristate |
| 4 | |
| 5 | config 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 Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 10 | It also support DPCM of multi CPU single Codec ststem. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 11 | |
| 12 | config 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 Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 17 | This option enables generic simple sound card support |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 18 | with OF-graph DT bindings. |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 19 | It also support DPCM of multi CPU single Codec ststem. |