summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
blob: 23b4767415e964ffdd76dd21d2f87e56c5fdcf91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
if HWMON

config GENERIC_PWM_TACHOMETER
	tristate "Generic PWM based tachometer driver"
	depends on PWM
	help
	  Enables a driver to use PWM signal from motor to use
	  for measuring the motor speed. The RPM is captured by
	  PWM modules which has PWM capture capability and this
	  drivers reads the captured data from PWM IP to convert
	  it to speed in RPM.

endif