-
CONFIG_PWM_2
¶
Enable PWM port 2
Type: bool
Direct dependencies¶
(PWM
&& BOARD_RV32M1_VEGA
) || PWM
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At boards/riscv/rv32m1_vega/Kconfig.defconfig:84
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config PWM_2 bool default y depends onPWM
&&BOARD_RV32M1_VEGA
At drivers/pwm/Kconfig:29
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:40
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_2
bool "Enable PWM port 2"
depends on PWM
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)