:orphan: .. title:: CONFIG_TACH_IT8XXX2 .. kconfig:: CONFIG_TACH_IT8XXX2 CONFIG_TACH_IT8XXX2 ################### *ITE it8xxx2 Tachometer sensor* Type: ``bool`` Help ==== .. code-block:: none Enable the ITE it8xxx2 tachometer sensor, it8xxx2 supports two 16-bit tachometer sensor, each sensor has two input channel and we can select one input from two channel. Direct dependencies =================== (\ :kconfig:`SENSOR ` && \ :kconfig:`SOC_SERIES_RISCV32_IT8XXX2 `) || (\ :kconfig:`SOC_IT8XXX2 ` && \ :kconfig:`SENSOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config TACH_IT8XXX2 bool default y depends on SENSOR && SOC_SERIES_RISCV32_IT8XXX2 ---- At ``/sensor/ite_tach_it8xxx2/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:241`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config TACH_IT8XXX2 bool "ITE it8xxx2 Tachometer sensor" depends on SOC_IT8XXX2 && SENSOR help Enable the ITE it8xxx2 tachometer sensor, it8xxx2 supports two 16-bit tachometer sensor, each sensor has two input channel and we can select one input from two channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*