From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Tue, 2 Dec 2014 10:04:35 +0100 Subject: [PATCH] ASoC: Kconfig: remove not used SND_AT91_SOC_AFEB9260 option In-Reply-To: <1417461001.30245.35.camel@x220> References: <1417461001.30245.35.camel@x220> Message-ID: <1417511075-13725-1-git-send-email-nicolas.ferre@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Now that the driver snd-soc-afeb9260.c is deleted, remove its Kconfig option. Reported-by: Paul Bolle Signed-off-by: Nicolas Ferre --- Hi Paul, Indeed, I forgot to include the Kconfig removal: sorry for the noise. Mark, I send another patch so that it is easier for you to stack it or squash it on top of your branch. Thanks, bye. Nicolas sound/soc/atmel/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 27e3fc4a536b..fb3878312bf8 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -52,12 +52,3 @@ config SND_AT91_SOC_SAM9X5_WM8731 help Say Y if you want to add support for audio SoC on an at91sam9x5 based board that is using WM8731 codec. - -config SND_AT91_SOC_AFEB9260 - tristate "SoC Audio support for AFEB9260 board" - depends on ARCH_AT91 && ATMEL_SSC && ARCH_AT91 && MACH_AFEB9260 && SND_ATMEL_SOC - select SND_ATMEL_SOC_PDC - select SND_ATMEL_SOC_SSC - select SND_SOC_TLV320AIC23_I2C - help - Say Y here to support sound on AFEB9260 board. -- 2.1.3