-
CONFIG_PWM
¶
PWM (Pulse Width Modulation) Drivers
Type: bool
Help¶
Enable config options for PWM drivers.
Defaults¶
- “y” if
BOARD_GALILEO
Kconfig definitions¶
At boards/x86/galileo/Kconfig.defconfig:17
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM bool default "y" ifBOARD_GALILEO
depends onBOARD_GALILEO
At drivers/pwm/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
Menu path: (top menu) → Device Drivers
menuconfig PWM
bool
prompt "PWM (Pulse Width Modulation) Drivers"
help
Enable config options for PWM drivers.
(Definitions include propagated dependencies, including from if’s and menus.)