forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/soc/cirrus/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SND_EP93XX_SOC
23 tristate "SoC Audio support for the Cirrus Logic EP93xx series"
34 depends on ARCH_EP93XX || COMPILE_TEST
....@@ -32,13 +33,13 @@
3233 select SND_SOC_AC97_BUS
3334
3435 config SND_EP93XX_SOC_SNAPPERCL15
35
- tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
36
- depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C
37
- select SND_EP93XX_SOC_I2S
38
- select SND_SOC_TLV320AIC23_I2C
39
- help
40
- Say Y or M here if you want to add support for I2S audio on the
41
- Bluewater Systems Snapper CL15 module.
36
+ tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
37
+ depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C
38
+ select SND_EP93XX_SOC_I2S
39
+ select SND_SOC_TLV320AIC23_I2C
40
+ help
41
+ Say Y or M here if you want to add support for I2S audio on the
42
+ Bluewater Systems Snapper CL15 module.
4243
4344 config SND_EP93XX_SOC_SIMONE
4445 tristate "SoC Audio support for Simplemachines Sim.One board"