projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06dd1d
)
ARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default
author
Anson Huang
<Anson.Huang@nxp.com>
Thu, 17 Sep 2020 05:33:49 +0000
(13:33 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 26 Oct 2020 07:49:15 +0000
(15:49 +0800)
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>
arch/arm/configs/multi_v7_defconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/configs/multi_v7_defconfig
b/arch/arm/configs/multi_v7_defconfig
index e731cdf7c88c4ad177513a4be7ff9290007369c1..a611b0c1e540fcada57f3a20dfdcf90e3fad7e36 100644
(file)
--- 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