[PATCH 4/7] ASoC: arizona: Allow codecs to be selected from kernel config

From: Richard Fitzgerald
Date: Wed Oct 14 2020 - 10:55:17 EST


The codec Kconfig options were hidden and intended to be selected by
the machine driver that requires them. But that means having either a
dedicated machine driver or building all codecs.

This patch makes the Kconfig options visible so that they can be
selected independently of the machine driver, allowing the codec to be
used with simple-card and other machine drivers that are not hardcoded
to use a fixed set of codecs.

Signed-off-by: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
---
sound/soc/codecs/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 34c6dd04b85a..4a8d503bdd38 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -661,7 +661,7 @@ config SND_SOC_CS47L15
tristate

config SND_SOC_CS47L24
- tristate
+ tristate "Cirrus Logic CS47L24 CODEC"
depends on MFD_CS47L24

config SND_SOC_CS47L35
@@ -1484,11 +1484,11 @@ config SND_SOC_WM5100
depends on I2C

config SND_SOC_WM5102
- tristate
+ tristate "Cirrus Logic WM5102 CODEC"
depends on MFD_WM5102

config SND_SOC_WM5110
- tristate
+ tristate "Cirrus Logic WM5110 CODEC"
depends on MFD_WM5110

config SND_SOC_WM8350
@@ -1657,7 +1657,7 @@ config SND_SOC_WM8997
depends on MFD_WM8997

config SND_SOC_WM8998
- tristate
+ tristate "Cirrus Logic WM8998 CODEC"
depends on MFD_WM8998

config SND_SOC_WM9081
--
2.20.1