CONFIG_TACH_IT8XXX2

ITE it8xxx2 Tachometer sensor

Type: bool

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.

Direct dependencies

(SENSOR && SOC_SERIES_RISCV32_IT8XXX2) || (SOC_IT8XXX2 && SENSOR)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <SoC>/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:75

Included via Kconfig:8Kconfig.zephyr:27<SoC>/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config TACH_IT8XXX2
    bool
    default y
    depends on SENSOR && SOC_SERIES_RISCV32_IT8XXX2

At <Driver>/sensor/ite_tach_it8xxx2/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:64<Driver>/sensor/Kconfig:241

Menu path: (Top) → Device Drivers → Sensor Drivers

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.)