:orphan: .. title:: PWM_LITEX .. option:: CONFIG_PWM_LITEX *LiteX PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for LiteX PWM driver Direct dependencies =================== \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`HAS_DTS ` && \ :option:`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:32`` → ``/Kconfig:44`` → ``/pwm/Kconfig:50`` 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.)*