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:
parent
f458b399b0
commit
57bd281d4d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ endif # I2C
|
|||
|
||||
if PWM
|
||||
|
||||
config PWM_K64_FTM
|
||||
config PWM_MCUX_FTM
|
||||
def_bool y
|
||||
|
||||
endif # PWM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue