hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/sound/soc/generic/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SND_SIMPLE_CARD_UTILS
23 tristate
34
....@@ -6,28 +7,13 @@
67 select SND_SIMPLE_CARD_UTILS
78 help
89 This option enables generic simple sound card support
9
-
10
-config SND_SIMPLE_SCU_CARD
11
- tristate "ASoC Simple SCU sound card support"
12
- depends on OF
13
- select SND_SIMPLE_CARD_UTILS
14
- help
15
- This option enables generic simple SCU sound card support.
16
- It supports DPCM of multi CPU single Codec system.
10
+ It also support DPCM of multi CPU single Codec ststem.
1711
1812 config SND_AUDIO_GRAPH_CARD
1913 tristate "ASoC Audio Graph sound card support"
2014 depends on OF
2115 select SND_SIMPLE_CARD_UTILS
2216 help
23
- This option enables generic simple simple sound card support
17
+ This option enables generic simple sound card support
2418 with OF-graph DT bindings.
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.
19
+ It also support DPCM of multi CPU single Codec ststem.