:orphan: .. title:: XLNX_PSTTC_TIMER .. option:: CONFIG_XLNX_PSTTC_TIMER *Xilinx PS ttc timer support* Type: ``bool`` 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. Direct dependencies =================== \ :option:`SOC_XILINX_ZYNQMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:264`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config XLNX_PSTTC_TIMER bool "Xilinx PS ttc timer support" default y select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`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.)*