From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Date: Wed, 07 Feb 2018 08:59:55 +0000 Subject: Re: [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL Message-Id: List-Id: References: <20180206120825.GF5681@sirena.org.uk> <20180206225519.20248-1-ulfalizer@gmail.com> <7f2bebe1-2931-7ec9-ef9f-0d3e6dda6c0b@gmail.com> In-Reply-To: <7f2bebe1-2931-7ec9-ef9f-0d3e6dda6c0b@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ulf Magnusson , broonie@kernel.org, linux-kernel@vger.kernel.org Cc: clabbe.montjoie@gmail.com, viresh.kumar@linaro.org, linux-pwm@vger.kernel.org, thierry.reding@gmail.com, b.zolnierkie@samsung.com, daniel.vetter@ffwll.ch, christophe.leroy@c-s.fr, seanpaul@chromium.org, linux-spi@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org On 02/07/2018 09:58 AM, Matthias Brugger wrote: > > > On 02/06/2018 11:55 PM, Ulf Magnusson wrote: >> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove >> support for AVR32 architecture"). >> >> Signed-off-by: Ulf Magnusson >> --- > > Reviewed-by: Matthias Brugger > Sigh, that was too fast, see comment below. >> drivers/spi/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig >> index 603783976b81..c1e455d46c7f 100644 >> --- a/drivers/spi/Kconfig >> +++ b/drivers/spi/Kconfig >> @@ -72,7 +72,7 @@ config SPI_ARMADA_3700 >> config SPI_ATMEL >> tristate "Atmel SPI Controller" >> depends on HAS_DMA >> - depends on (ARCH_AT91 || AVR32 || COMPILE_TEST) >> + depends on (ARCH_AT91 || COMPILE_TEST) >> help >> This selects a driver for the Atmel SPI Controller, present on >> many AT32 (AVR32) and AT91 (ARM) chips. AVR32 is no longer supported, please update the description as well. Thanks, Matthias