-
CONFIG_PWM_SIFIVE
¶
SiFive Freedom PWM driver
Type: bool
Help¶
Enable the PWM driver for the SiFive Freedom platform
Direct dependencies¶
(PWM
&& BOARD_HIFIVE1
) || (SOC_SERIES_RISCV32_SIFIVE_FREEDOM
&& HAS_DTS
&& PWM
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
PWM
&&BOARD_HIFIVE1
Kconfig definitions¶
At boards/riscv32/hifive1/Kconfig.defconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_SIFIVE bool default "y" ifPWM
&&BOARD_HIFIVE1
depends onPWM
&&BOARD_HIFIVE1
At drivers/pwm/Kconfig.sifive:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:43
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_SIFIVE bool prompt "SiFive Freedom PWM driver" ifSOC_SERIES_RISCV32_SIFIVE_FREEDOM
&&HAS_DTS
&&PWM
depends onSOC_SERIES_RISCV32_SIFIVE_FREEDOM
&&HAS_DTS
&&PWM
help Enable the PWM driver for the SiFive Freedom platform
(Definitions include propagated dependencies, including from if’s and menus.)