diff options
author | Peter Chen <peter.chen@freescale.com> | 2015-03-13 14:21:44 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-13 21:53:00 +0800 |
commit | ca5396975ab42904c4955c7976f918896b0b7a35 (patch) | |
tree | 11aac2427a67c9013efdcace0ff08f71ec21eeec /arch/arm/configs | |
parent | 666f41afc20fe87ffa00a8feba83b28bb956e976 (diff) |
ARM: imx_v6_v7_defconfig: Add CONFIG_GPIO_PCA953X
It is used for max7310 gpio expandor which is used at imx6qdl
sabreauto board.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-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 cf1e71e2f60a..75e7a954264b 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -168,6 +168,7 @@ CONFIG_SPI=y CONFIG_SPI_IMX=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MC9S08DZ60=y +CONFIG_GPIO_PCA953X=y CONFIG_GPIO_STMPE=y CONFIG_POWER_SUPPLY=y CONFIG_POWER_RESET=y |