diff options
author | Peter Feuerer <peter@piie.net> | 2009-06-21 18:53:03 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-06-24 06:58:16 +0200 |
commit | e86435eb91b2bff114c5a02e46e16ce21b647ebe (patch) | |
tree | dfa72cdba9fd71fdef17f0fd11a49c551ad07d65 /drivers/platform/x86/Makefile | |
parent | Linux 2.6.30 (diff) | |
download | linux-e86435eb91b2bff114c5a02e46e16ce21b647ebe.tar.xz linux-e86435eb91b2bff114c5a02e46e16ce21b647ebe.zip |
acerhdf: Acer Aspire One fan control
Acerhdf is a driver for Acer Aspire One netbooks. It allows
to access the temperature sensor and to control the fan.
Signed-off-by: Peter Feuerer <peter@piie.net>
Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r-- | drivers/platform/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile index e40c7bd1b87e..641b8bfa5538 100644 --- a/drivers/platform/x86/Makefile +++ b/drivers/platform/x86/Makefile @@ -9,6 +9,7 @@ obj-$(CONFIG_COMPAL_LAPTOP) += compal-laptop.o obj-$(CONFIG_DELL_LAPTOP) += dell-laptop.o obj-$(CONFIG_DELL_WMI) += dell-wmi.o obj-$(CONFIG_ACER_WMI) += acer-wmi.o +obj-$(CONFIG_ACERHDF) += acerhdf.o obj-$(CONFIG_HP_WMI) += hp-wmi.o obj-$(CONFIG_TC1100_WMI) += tc1100-wmi.o obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o |