]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: Fix the removal of CONFIG_SPI option
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 4 Nov 2014 10:28:47 +0000 (08:28 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 4 Nov 2014 11:00:01 +0000 (19:00 +0800)
commitc75ee0f1f23d38cdd61d7b5e18af39ec63cee186
tree02895e7f92ef037079d072a6465bc0b377174f85
parentb71cf9db939f804250adf2a86a722c5a5d3c31f3
ARM: imx: Fix the removal of CONFIG_SPI option

Since ab5c457cd46f73f ("ARM: imx_v6_v7_defconfig updates") and commit
441d5c313ca7c38f ("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 <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/configs/imx_v4_v5_defconfig
arch/arm/configs/imx_v6_v7_defconfig