[PATCH 2/2] ASoC: fsl: Make Freescale SAI/ESAI/SPDIF to be visible in Kconfig

From: Xiubo Li
Date: Mon Feb 10 2014 - 22:52:49 EST


For simple card since the whole idea is to support any CODEC and
any CPU DAI with the same driver, we should probably just make sure
that all the individual CODEC and CPU DAI drivers can be enabled in
Kconfig. That way we don't have to have specific Kconfig entries for
boards and loose some of the benefit of the generic card.

This will make the Freescale SAI/ESAI/SPDIF device be visible in
Kconfig.

Signed-off-by: Xiubo Li <Li.Xiubo@xxxxxxxxxxxxx>
Cc: Nicolin Chen <Guangyu.Chen@xxxxxxxxxxxxx>
Cc: Mark Brown <broonie@xxxxxxxxxx>
---
sound/soc/fsl/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index d0914c0..f397144 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -1,5 +1,5 @@
config SND_SOC_FSL_SAI
- tristate
+ tristate "ALSA SoC support for the Freescale SAI device"
select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM

@@ -7,11 +7,11 @@ config SND_SOC_FSL_SSI
tristate

config SND_SOC_FSL_SPDIF
- tristate
+ tristate "ALSA SoC support for the Freescale SPDIF device"
select REGMAP_MMIO

config SND_SOC_FSL_ESAI
- tristate
+ tristate "ALSA SoC support for the Freescale ESAI device"
select REGMAP_MMIO

config SND_SOC_FSL_UTILS
--
1.8.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/