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 <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2017-07-18 08:38:14 -05:00 committed by Anas Nashif
commit 57bd281d4d

View file

@ -45,7 +45,7 @@ endif # I2C
if PWM
config PWM_K64_FTM
config PWM_MCUX_FTM
def_bool y
endif # PWM