diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-04-26 14:58:18 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-04 17:03:20 +0800 |
commit | 1049167999fc9a078c5914db9f341a275c2376cb (patch) | |
tree | ab339a23a5fe851464760b6b58ec4434c828f378 /arch/arm | |
parent | bfb6208017b463aa52efe961a40ad9423741774e (diff) | |
download | linux-1049167999fc9a078c5914db9f341a275c2376cb.tar.bz2 |
ARM: imx_v6_v7_defconfig: Select CONFIG_GPIO_MAX732X by default
Enable max7320 IO expander for i.MX platforms.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 1414a967f100..f70507ab91ee 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -203,6 +203,7 @@ CONFIG_SPI_GPIO=y CONFIG_SPI_IMX=y CONFIG_SPI_FSL_DSPI=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_MAX732X=y CONFIG_GPIO_MC9S08DZ60=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_STMPE=y |