diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-10-21 18:44:19 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-10-25 17:11:37 -0400 |
commit | d6fe1360f42e86262153927986dea6502daff703 (patch) | |
tree | adaf8f6da75353dacc4d1d05ff4a042d6c9c0b11 /drivers/hwmon/Makefile | |
parent | 3247800676c4a04352cde72b9935b57ffc72ce15 (diff) |
hwmon: add generic GPIO fan driver
This patch adds hwmon support for fans connected to GPIO lines.
Platform specific information such as GPIO pinout and speed conversion array
(rpm from/to GPIO value) are passed to the driver via platform_data.
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index fc38e7c131f8..d30f0f6870e0 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -51,6 +51,7 @@ obj-$(CONFIG_SENSORS_FSCHMD) += fschmd.o | |||
51 | obj-$(CONFIG_SENSORS_G760A) += g760a.o | 51 | obj-$(CONFIG_SENSORS_G760A) += g760a.o |
52 | obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o | 52 | obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o |
53 | obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o | 53 | obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o |
54 | obj-$(CONFIG_SENSORS_GPIO_FAN) += gpio-fan.o | ||
54 | obj-$(CONFIG_SENSORS_ULTRA45) += ultra45_env.o | 55 | obj-$(CONFIG_SENSORS_ULTRA45) += ultra45_env.o |
55 | obj-$(CONFIG_SENSORS_I5K_AMB) += i5k_amb.o | 56 | obj-$(CONFIG_SENSORS_I5K_AMB) += i5k_amb.o |
56 | obj-$(CONFIG_SENSORS_IBMAEM) += ibmaem.o | 57 | obj-$(CONFIG_SENSORS_IBMAEM) += ibmaem.o |