diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-09-17 07:33:49 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-26 08:49:15 +0100 |
commit | d6820bc6508c0cefd6e407cf5be50d9efda6c85c (patch) | |
tree | 81ebb4685c9653c67567953cd2062efdd6637478 /arch | |
parent | ARM: imx_v6_v7_defconfig: Build in CONFIG_GPIO_MXC by default (diff) | |
download | linux-d6820bc6508c0cefd6e407cf5be50d9efda6c85c.tar.xz linux-d6820bc6508c0cefd6e407cf5be50d9efda6c85c.zip |
ARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default
i.MX SoC GPIO driver provides the basic functions of GPIO pin operations
and IRQ operations, it is now changed from "def_bool y" to "tristate", so
it should be explicitly enabled to make sure all consumers work normally.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e731cdf7c88c..a611b0c1e540 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -465,6 +465,7 @@ CONFIG_GPIO_PALMAS=y CONFIG_GPIO_TPS6586X=y CONFIG_GPIO_TPS65910=y CONFIG_GPIO_TWL4030=y +CONFIG_GPIO_MXC=y CONFIG_POWER_AVS=y CONFIG_ROCKCHIP_IODOMAIN=y CONFIG_POWER_RESET_AS3722=y |