summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorTomer Maimon <tmaimon77@gmail.com>2018-07-03 19:23:26 -0400
committerGuenter Roeck <linux@roeck-us.net>2018-07-08 23:08:13 -0400
commitf1fd4a4db777030a2542701fb0d3a261d4472d6d (patch)
treed21f458b1efa180252bf8411e31171e4ba7e6e2f /drivers/hwmon/Kconfig
parent68dde6cae6e523dfec8ec097af2c41680fb766c6 (diff)
hwmon: Add NPCM7xx PWM and Fan driver
Add Nuvoton BMC NPCM750/730/715/705 Pulse Width Modulation (PWM) and Fan tacho driver. The Nuvoton BMC NPCM750/730/715/705 supports 8 PWM controller outputs and 16 Fan controller inputs. The driver provides a sysfs entries through which the user can configure the duty-cycle value from 0(off) and 255(full speed) and read the fan tacho rpm value. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index fd7fb6c041c2..ccf42663a908 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1268,6 +1268,16 @@ config SENSORS_NCT7904
1268 This driver can also be built as a module. If so, the module 1268 This driver can also be built as a module. If so, the module
1269 will be called nct7904. 1269 will be called nct7904.
1270 1270
1271config SENSORS_NPCM7XX
1272 tristate "Nuvoton NPCM750 and compatible PWM and Fan controllers"
1273 imply THERMAL
1274 help
1275 This driver provides support for Nuvoton NPCM750/730/715/705 PWM
1276 and Fan controllers.
1277
1278 This driver can also be built as a module. If so, the module
1279 will be called npcm750-pwm-fan.
1280
1271config SENSORS_NSA320 1281config SENSORS_NSA320
1272 tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors" 1282 tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors"
1273 depends on GPIOLIB && OF 1283 depends on GPIOLIB && OF