Message ID | 20240124205900.14791-4-martin@kaiser.cx (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | gpio: vf610: allow disabling the vf610 driver | expand |
On Wed, Jan 24, 2024 at 09:58:59PM +0100, Martin Kaiser wrote: > The vf610 gpio driver is used in i.MX7ULP chips (Cortex A7, ARMv7-A > architecture). Enable it in imx_v6_v7_defconfig. > > (vf610 gpio used to be enabled by default for all i.MX chips. This was > changed recently as most i.MX chips don't need this driver.) > > Signed-off-by: Martin Kaiser <martin@kaiser.cx> Applied, thanks!
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 0a90583f9f01..3cdcb786f33f 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -208,6 +208,7 @@ CONFIG_PINCTRL_IMX8MQ=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MXC=y CONFIG_GPIO_SIOX=m +CONFIG_GPIO_VF610=y CONFIG_GPIO_MAX732X=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCF857X=y
The vf610 gpio driver is used in i.MX7ULP chips (Cortex A7, ARMv7-A architecture). Enable it in imx_v6_v7_defconfig. (vf610 gpio used to be enabled by default for all i.MX chips. This was changed recently as most i.MX chips don't need this driver.) Signed-off-by: Martin Kaiser <martin@kaiser.cx> --- v4: - add a new patch to enable COMPILE_TEST v3: - split the changes into three patches arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+)