:orphan: .. title:: CONFIG_TACH_XEC_EDGES .. kconfig:: CONFIG_TACH_XEC_EDGES CONFIG_TACH_XEC_EDGES ##################### *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`TACH_XEC ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0 if \ :kconfig:`TACH_XEC_2_TACH_EDGES ` - 1 if \ :kconfig:`TACH_XEC_3_TACH_EDGES ` - 2 if \ :kconfig:`TACH_XEC_5_TACH_EDGES ` - 3 if \ :kconfig:`TACH_XEC_9_TACH_EDGES ` Kconfig definition ================== At ``/sensor/mchp_tach_xec/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:165`` Menu path: (Top) → Device Drivers → Sensor Drivers → XEC Tachometer sensor .. code-block:: kconfig config TACH_XEC_EDGES int range 0 3 default 0 if TACH_XEC_2_TACH_EDGES default 1 if TACH_XEC_3_TACH_EDGES default 2 if TACH_XEC_5_TACH_EDGES default 3 if TACH_XEC_9_TACH_EDGES depends on TACH_XEC && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*