From 57bd281d4d7e4535419705e2cd00718e29f442f7 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Tue, 18 Jul 2017 08:38:14 -0500 Subject: [PATCH] nxp_kinetis: Switch default pwm driver to mcux Switches the default pwm driver from the k64-specific driver to the mcux shim, which can be used on other SoCs with the ftm peripheral. Jira: ZEP-2025 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 5fca4135017..f5e311a6362 100644 --- a/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 +++ b/arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 @@ -45,7 +45,7 @@ endif # I2C if PWM -config PWM_K64_FTM +config PWM_MCUX_FTM def_bool y endif # PWM