-
CONFIG_PWM_1
¶
Enable PWM port 1
Type: bool
Direct dependencies¶
(PWM_IMX
&& BOARD_COLIBRI_IMX7D_M4
) || (PWM_MCUX_FTM
&& BOARD_USB_KW24D512
) || PWM
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At boards/arm/colibri_imx7d_m4/Kconfig.defconfig:61
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config PWM_1 bool default y depends onPWM_IMX
&&BOARD_COLIBRI_IMX7D_M4
At boards/arm/usb_kw24d512/Kconfig.defconfig:88
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config PWM_1 bool default y depends onPWM_MCUX_FTM
&&BOARD_USB_KW24D512
At drivers/pwm/Kconfig:26
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:40
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_1
bool "Enable PWM port 1"
depends on PWM
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)