summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorDurgadoss R <durgadoss.r@intel.com>2011-02-20 23:05:43 +0530
committerMatthew Garrett <mjg@redhat.com>2011-03-28 06:07:19 -0400
commitf017fbe7993d8416824aaf079fa1e6dc88d1ba55 (patch)
tree598b1f6a1d13a14eeb1b31325037a78e75f2aa8b /drivers/platform/x86/Makefile
parentc0b9c6494498014f28dbec37fe327bf016a91356 (diff)
downloadlinux-stable-f017fbe7993d8416824aaf079fa1e6dc88d1ba55.tar.gz
linux-stable-f017fbe7993d8416824aaf079fa1e6dc88d1ba55.tar.bz2
linux-stable-f017fbe7993d8416824aaf079fa1e6dc88d1ba55.zip
medfield: Add Thermal Driver
This is the basic thermal sensor driver for Intel MID platform using the Medfield chipset. It plugs in via the thermal drivers and provides sensor readings for the device sensors. Signed-off-by: Durgadoss R <durgadoss.r@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r--drivers/platform/x86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index 46f3fd2c8856..a9877711b3f1 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -30,7 +30,8 @@ obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o
obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o
obj-$(CONFIG_TOSHIBA_BT_RFKILL) += toshiba_bluetooth.o
obj-$(CONFIG_INTEL_SCU_IPC) += intel_scu_ipc.o
-obj-$(CONFIG_INTEL_SCU_IPC_UTIL)+= intel_scu_ipcutil.o
+obj-$(CONFIG_INTEL_SCU_IPC_UTIL) += intel_scu_ipcutil.o
+obj-$(CONFIG_INTEL_MFLD_THERMAL) += intel_mid_thermal.o
obj-$(CONFIG_RAR_REGISTER) += intel_rar_register.o
obj-$(CONFIG_INTEL_IPS) += intel_ips.o
obj-$(CONFIG_GPIO_INTEL_PMIC) += intel_pmic_gpio.o