:orphan: .. title:: CONFIG_PWM_XLNX_AXI_TIMER .. kconfig:: CONFIG_PWM_XLNX_AXI_TIMER CONFIG_PWM_XLNX_AXI_TIMER ######################### *Xilinx AXI Timer driver* Type: ``bool`` Help ==== .. code-block:: none Enable PWM support for the Xilinx AXI Timer v2.0 IP. Direct dependencies =================== \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pwm/Kconfig.xlnx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:66`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_XLNX_AXI_TIMER bool "Xilinx AXI Timer driver" depends on PWM help Enable PWM support for the Xilinx AXI Timer v2.0 IP. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*