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.xi...@freescale.com> Cc: Nicolin Chen <guangyu.c...@freescale.com> Cc: Mark Brown <broo...@linaro.org> --- 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/