:orphan: .. title:: choice: Number of tach edges .. _choice_283: .. describe:: choice: Number of tach edges *Number of tach edges* Type: ``bool`` Help ==== .. code-block:: none This value represents the number of Tach edges that will be used to determine the interval for which the number of 100KHz pulses will be counted. Direct dependencies =================== \ :option:`TACH_XEC ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`TACH_XEC_5_TACH_EDGES ` Choice options ============== - \ :option:`TACH_XEC_9_TACH_EDGES ` - \ :option:`TACH_XEC_5_TACH_EDGES ` - \ :option:`TACH_XEC_3_TACH_EDGES ` - \ :option:`TACH_XEC_2_TACH_EDGES ` Kconfig definition ================== At ``/sensor/mchp_tach_xec/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:155`` Menu path: (Top) → Device Drivers → Sensor Drivers → XEC Tachometer sensor .. code-block:: kconfig choice bool "Number of tach edges" default TACH_XEC_5_TACH_EDGES depends on TACH_XEC && SENSOR help This value represents the number of Tach edges that will be used to determine the interval for which the number of 100KHz pulses will be counted. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*