From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Tue, 4 Nov 2014 19:07:15 +0800 Subject: [PATCH v2] ARM: imx: Fix the removal of CONFIG_SPI option In-Reply-To: <1415096927-4097-1-git-send-email-festevam@gmail.com> References: <1415096927-4097-1-git-send-email-festevam@gmail.com> Message-ID: <20141104110713.GK10821@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 04, 2014 at 08:28:47AM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > Since 64546e9fe3a5b8c ("ARM: imx_v6_v7_defconfig updates") and commit > 0650f855d2e4b0b9 ("ARM: imx_v4_v5_defconfig: Select CONFIG_IMX_WEIM") CONFIG_SPI > selection was dropped by savedefconfig for imx_v4_v5_defconfig and > imx_v6_v7_defconfig. > > In order to keep the same behaviour as previous kernel versions and avoid > regressions, let's add CONFIG_SPI option back. > > Signed-off-by: Fabio Estevam Applied, thanks.