From fc012feadb117f18916864eb4ad77a22f99646a2 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Mon, 12 Dec 2016 15:39:15 -0600 Subject: [PATCH] k64: Change the default gpio driver to the mcux one Stop using the specific k64 gpio driver by default and start using the more generic mcux gpio driver instead. Jira: ZEP-1394 Change-Id: I54ec9b62cc8790b8973efc34fa36d17da523971e Signed-off-by: Maureen Helm --- arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 b/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 index 2a27f67124c..a86e54e3584 100644 --- a/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 +++ b/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 @@ -34,7 +34,7 @@ config GPIO if GPIO -config GPIO_K64 +config GPIO_MCUX def_bool y endif # GPIO