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) || (SENSOR && SOC_SERIES_RISCV32_IT8XXX2) || (SOC_IT8XXX2 && SENSOR)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config TACH_IT8XXX2
    bool
    default y
    depends on SENSOR && SOC_SERIES_RISCV32_IT8XXX2

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

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

Menu path: (Top)

config TACH_IT8XXX2
    bool
    default y
    depends on SENSOR && SOC_SERIES_RISCV32_IT8XXX2

At <Zephyr>/drivers/sensor/ite_tach_it8xxx2/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/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.)