:orphan: .. title:: CONFIG_XLNX_PSTTC_TIMER .. kconfig:: CONFIG_XLNX_PSTTC_TIMER CONFIG_XLNX_PSTTC_TIMER ####################### *Xilinx PS ttc timer support* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the Xilinx ZynqMP platform provides the standard "system clock driver" interfaces. If unchecked, no timer will be used. Direct dependencies =================== \ :kconfig:`SOC_XILINX_ZYNQMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig:309`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config XLNX_PSTTC_TIMER bool "Xilinx PS ttc timer support" default y select TICKLESS_CAPABLE depends on SOC_XILINX_ZYNQMP help This module implements a kernel device driver for the Xilinx ZynqMP platform provides the standard "system clock driver" interfaces. If unchecked, no timer will be used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*