[alsa-devel] [PATCH 1/2] ASoC: fsl: Separation of the main audio options and boards
Alexander Shiyan
shc_work at mail.ru
Mon Feb 10 07:29:03 CET 2014
Hello.
> On Wed, Feb 05, 2014 at 09:31:51PM +0400, Alexander Shiyan wrote:
> > This patch provide separation of the main audio options and boards.
> >
> > Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
> > ---
> > sound/soc/fsl/Kconfig | 36 ++++++++++++++++++++++--------------
> > 1 file changed, 22 insertions(+), 14 deletions(-)
> >
> > diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
...
> > if SND_IMX_SOC
> >
> > config SND_SOC_IMX_SSI
> > @@ -122,12 +133,7 @@ config SND_SOC_IMX_PCM_FIQ
> > tristate
> > select FIQ
>
> Hmm, why do you choose to have SND_SOC_IMX_SSI and SND_SOC_IMX_PCM_FIQ
> still stay in board section?
SND_SOC_IMX_SSI is used for ATAGS boards only, and selected for each individual
platform driver, so there are no need to select this option especially.
For SND_SOC_IMX_PCM_FIQ I just not imagine yet how to describe this option
in Kconfig ;) In any case, it can be done later if the total change concept looks good.
Thanks.
---
More information about the Alsa-devel
mailing list