1# ITE tachometer sensor configuration options
2
3# Copyright (c) 2021 ITE Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config TACH_IT8XXX2
7	bool "ITE it8xxx2 Tachometer sensor"
8	default y
9	depends on DT_HAS_ITE_IT8XXX2_TACH_ENABLED
10	depends on SOC_IT8XXX2
11	help
12	  Enable the ITE it8xxx2 tachometer sensor,
13	  it8xxx2 supports two 16-bit tachometer sensor, each sensor has two
14	  input channel and we can select one input from two channel.
15