diff mbox series

[V3,2/4] arm64: defconfig: Build in CONFIG_GPIO_MXC by default

Message ID 1600320829-1453-2-git-send-email-Anson.Huang@nxp.com
State Superseded
Headers show
Series [V3,1/4] gpio: mxc: Support module build | expand

Commit Message

Anson Huang Sept. 17, 2020, 5:33 a.m. UTC
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>
---
changes since V2:
	- improve commit message to explain why CONFIG_GPIO_MXC needs to be enabled.
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Oct. 26, 2020, 7:50 a.m. UTC | #1
On Thu, Sep 17, 2020 at 01:33:47PM +0800, Anson Huang wrote:
> 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>


Applied patch #2 ~ #4 as fixes.

Shawn
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 63003ec..c8fca1a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -510,6 +510,7 @@  CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_PCA953X_IRQ=y
 CONFIG_GPIO_BD9571MWV=m
 CONFIG_GPIO_MAX77620=y
+CONFIG_GPIO_MXC=y
 CONFIG_POWER_AVS=y
 CONFIG_QCOM_CPR=y
 CONFIG_ROCKCHIP_IODOMAIN=y