summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMaureen Helm <maureen.helm@nxp.com>2016-12-12 15:39:15 -0600
committerKumar Gala <kumar.gala@linaro.org>2017-01-12 09:46:27 -0600
commitfc012feadb117f18916864eb4ad77a22f99646a2 (patch)
tree92ac0105a038c30fd2964e38dd7f1687a785631a /arch
parent1ca06fc9dcf54d142d072037645e1557ccff4949 (diff)
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 <maureen.helm@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f122
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 b/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12
index 2a27f6712..a86e54e35 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