1# NPCX tachometer sensor configuration options
2
3# Copyright (c) 2021 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config TACH_NPCX
7	bool "Nuvoton NPCX Tachometer sensor"
8	default y
9	depends on DT_HAS_NUVOTON_NPCX_TACH_ENABLED
10	depends on SOC_FAMILY_NPCX
11	select PINCTRL
12	help
13	  Enable the "Nuvoton NPCX tachometer sensor.
14