diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-06-30 22:43:05 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-16 03:41:29 +0200 |
commit | 72040aeb949c85fe292a120a3f7fdd04a29eff5b (patch) | |
tree | 975bc881b24ade5939549f4bf5a577b310c98df1 /arch/arm/configs | |
parent | ARM: imx_v6_v7_defconfig: Enable SPI_GPIO (diff) | |
download | linux-72040aeb949c85fe292a120a3f7fdd04a29eff5b.tar.xz linux-72040aeb949c85fe292a120a3f7fdd04a29eff5b.zip |
ARM: imx_v6_v7_defconfig: Enable GPIO_74X164
imx7d-sabresd board uses a 74LV595PW SPI expander to drive several
peripherals, such as Ethernet reset, PCI reset, LCD power, etc.
Enabled this option by default.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.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 b043caf4f4e1..bf51949622ce 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -200,6 +200,7 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MC9S08DZ60=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_STMPE=y +CONFIG_GPIO_74X164=y CONFIG_POWER_RESET=y CONFIG_POWER_RESET_IMX=y CONFIG_POWER_RESET_SYSCON=y |