CONFIG_PWM_LITEX¶
LiteX PWM driver
Type: bool
Help¶
Enable support for LiteX PWM driver
Direct dependencies¶
SOC_RISCV32_LITEX_VEXRISCV && HAS_DTS && PWM
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/pwm/Kconfig.litex:7
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:46 → <Zephyr Driver>/pwm/Kconfig:56
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_LITEX
    bool "LiteX PWM driver"
    depends on SOC_RISCV32_LITEX_VEXRISCV && HAS_DTS && PWM
    help
      Enable support for LiteX PWM driver
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)