Re: [PATCH 1/2] ASoC: atmel: simplify Kconfig

2015-05-26 Thread Nicolas Ferre
Le 26/05/2015 00:04, Alexandre Belloni a écrit : > Enclose the options in if SND_ATMEL_SOC ... endif to remove the dependency. > Also remove the useless description for SND_ATMEL_SOC_SSC. > > Signed-off-by: Alexandre Belloni For the record: Acked-by: Nicolas Ferre > --- > sound/soc/atmel/Kcon

Re: [PATCH 1/2] ASoC: atmel: simplify Kconfig

2015-05-26 Thread Mark Brown
On Tue, May 26, 2015 at 12:04:18AM +0200, Alexandre Belloni wrote: > Enclose the options in if SND_ATMEL_SOC ... endif to remove the dependency. > Also remove the useless description for SND_ATMEL_SOC_SSC. Applied, thanks. signature.asc Description: Digital signature

[PATCH 1/2] ASoC: atmel: simplify Kconfig

2015-05-25 Thread Alexandre Belloni
Enclose the options in if SND_ATMEL_SOC ... endif to remove the dependency. Also remove the useless description for SND_ATMEL_SOC_SSC. Signed-off-by: Alexandre Belloni --- sound/soc/atmel/Kconfig | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/sound/soc/atme