Add tachometer driver for it8xxx2_evb. Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>
12 lines
401 B
Text
12 lines
401 B
Text
# ITE tachometer sensor configuration options
|
|
|
|
# Copyright (c) 2021 ITE Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TACH_IT8XXX2
|
|
bool "ITE it8xxx2 Tachometer sensor"
|
|
depends on SOC_IT8XXX2
|
|
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.
|