CONFIG_PWM_MCUX_TPM¶
MCUX TPM PWM driver
Type: bool
Help¶
Enable the MCUX TPM PWM driver.
Direct dependencies¶
(PWM
&& SOC_MKW41Z4
&& SOC_SERIES_KINETIS_KWX
) || (HAS_MCUX_TPM
&& CLOCK_CONTROL
&& PWM
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:54
Included via Kconfig:8
→ Kconfig.zephyr:27
→ soc/arm/nxp_kinetis/Kconfig.defconfig:7
→ soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11
Menu path: (Top)
config PWM_MCUX_TPM
bool
default y
depends on PWM && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX
At drivers/pwm/Kconfig.mcux_tpm:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:46
→ drivers/pwm/Kconfig:60
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_MCUX_TPM
bool "MCUX TPM PWM driver"
depends on HAS_MCUX_TPM && CLOCK_CONTROL && PWM
help
Enable the MCUX TPM PWM driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)