Kuninori Morimoto | abd3147 | 2016-05-31 09:00:14 +0000 | [diff] [blame] | 1 | config SND_SIMPLE_CARD_UTILS |
| 2 | tristate |
| 3 | |
Kuninori Morimoto | f239088 | 2012-04-08 21:17:50 -0700 | [diff] [blame] | 4 | config SND_SIMPLE_CARD |
| 5 | tristate "ASoC Simple sound card support" |
Kuninori Morimoto | cecdef3 | 2016-06-30 06:02:46 +0000 | [diff] [blame] | 6 | select SND_SIMPLE_CARD_UTILS |
Kuninori Morimoto | f239088 | 2012-04-08 21:17:50 -0700 | [diff] [blame] | 7 | help |
| 8 | This option enables generic simple sound card support |
Kuninori Morimoto | d12c621 | 2016-08-23 01:35:02 +0000 | [diff] [blame] | 9 | |
| 10 | config SND_SIMPLE_SCU_CARD |
| 11 | tristate "ASoC Simple SCU sound card support" |
Kuninori Morimoto | 88da724 | 2016-08-25 01:57:50 +0000 | [diff] [blame] | 12 | depends on OF |
Kuninori Morimoto | d12c621 | 2016-08-23 01:35:02 +0000 | [diff] [blame] | 13 | select SND_SIMPLE_CARD_UTILS |
| 14 | help |
| 15 | This option enables generic simple SCU sound card support. |
Marek Vasut | 97b4bc7 | 2016-09-28 12:24:10 +0200 | [diff] [blame] | 16 | It supports DPCM of multi CPU single Codec system. |
Kuninori Morimoto | 2692c1c | 2017-04-20 01:36:08 +0000 | [diff] [blame] | 17 | |
| 18 | config 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 Morimoto | 87f937b | 2017-05-18 01:45:37 +0000 | [diff] [blame] | 25 | |
| 26 | config 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. |