:orphan: .. title:: CONFIG_PWM_LITEX .. kconfig:: CONFIG_PWM_LITEX CONFIG_PWM_LITEX ################ *LiteX PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for LiteX PWM driver Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :kconfig:`HAS_DTS ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pwm/Kconfig.litex:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:56`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*