diff mbox series

[3/3] ARM: imx_v6_v7_defconfig: Build in CONFIG_GPIO_MXC by default

Message ID 1594164323-14920-3-git-send-email-Anson.Huang@nxp.com
State New
Headers show
Series None | expand

Commit Message

Anson Huang July 7, 2020, 11:25 p.m. UTC
i.MX GPIO is NOT default enabled now, so select CONFIG_GPIO_MXC
as built-in manually.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Andreas Kemnade July 10, 2020, 11:16 a.m. UTC | #1
Hi,

On Wed,  8 Jul 2020 07:25:23 +0800
Anson Huang <Anson.Huang@nxp.com> wrote:

> i.MX GPIO is NOT default enabled now, so select CONFIG_GPIO_MXC
> as built-in manually.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---
>  arch/arm/configs/imx_v6_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
shouldn't this be done also in the multi_v7_defconfig?

Regards,
Andreas
Anson Huang July 10, 2020, 1:29 p.m. UTC | #2
Hi, Andreas


> Subject: Re: [PATCH 3/3] ARM: imx_v6_v7_defconfig: Build in
> CONFIG_GPIO_MXC by default
> 
> Hi,
> 
> On Wed,  8 Jul 2020 07:25:23 +0800
> Anson Huang <Anson.Huang@nxp.com> wrote:
> 
> > i.MX GPIO is NOT default enabled now, so select CONFIG_GPIO_MXC as
> > built-in manually.
> >
> > Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> > ---
> >  arch/arm/configs/imx_v6_v7_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> shouldn't this be done also in the multi_v7_defconfig?

OK, I will add it in V2.

Thanks,
Anson
diff mbox series

Patch

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 38968b8..4956fc8 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -225,6 +225,7 @@  CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_PCF857X=y
 CONFIG_GPIO_STMPE=y
 CONFIG_GPIO_74X164=y
+CONFIG_GPIO_MXC=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_SYSCON=y
 CONFIG_POWER_RESET_SYSCON_POWEROFF=y