1# KB1200 tachometer sensor configuration options 2 3# Copyright (c) 2024 ENE Technology Inc. 4# SPDX-License-Identifier: Apache-2.0 5 6config TACH_ENE_KB1200 7 bool "ENE KB1200 tachometer sensor" 8 default y 9 depends on DT_HAS_ENE_KB1200_TACH_ENABLED 10 select PINCTRL 11 help 12 Enable tachometer sensor for ENE KB1200. 13