-
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 if’s and menus.)
Defaults¶
- “y” if
PWM_IMX
&&BOARD_COLIBRI_IMX7D_M4
- “y” if
PWM_MCUX_FTM
&&BOARD_USB_KW24D512
Kconfig definitions¶
At boards/arm/colibri_imx7d_m4/Kconfig.defconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_1 bool default "y" ifPWM_IMX
&&BOARD_COLIBRI_IMX7D_M4
depends onPWM_IMX
&&BOARD_COLIBRI_IMX7D_M4
At boards/arm/usb_kw24d512/Kconfig.defconfig:90
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_1 bool default "y" ifPWM_MCUX_FTM
&&BOARD_USB_KW24D512
depends onPWM_MCUX_FTM
&&BOARD_USB_KW24D512
At drivers/pwm/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:44
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_1 bool prompt "Enable PWM port 1" ifPWM
depends onPWM
(Definitions include propagated dependencies, including from if’s and menus.)