summaryrefslogtreecommitdiffstats
path: root/drivers/tachometer/Kconfig
blob: 20206811a42f3cbaf996879ce2047b27998f453d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig TACHOMETER
	bool "Tachometer support"
	help
	  Say Y here to Tachometer support

	  This framework provides a generic interface to Tach
	  devices.

if TACHOMETER

config TACHOMETER_TEGRA
	bool "Tegra Tachometer client driver"
	depends on ARCH_TEGRA_18x_SOC && TACHOMETER
	help
	  This option enables Tegra Tachometer client driver

	  Tegra Tachometer driver used to measure the speed
	  of PWM based fan in terms of RPM.
endif