diff options
author | Durgadoss R <durgadoss.r@intel.com> | 2011-02-20 12:35:43 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 06:07:19 -0400 |
commit | f017fbe7993d8416824aaf079fa1e6dc88d1ba55 (patch) | |
tree | 598b1f6a1d13a14eeb1b31325037a78e75f2aa8b /drivers/platform/x86/Kconfig | |
parent | c0b9c6494498014f28dbec37fe327bf016a91356 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 53f818d23edb..b039d6a93f17 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -637,6 +637,13 @@ config INTEL_MID_POWER_BUTTON | |||
637 | 637 | ||
638 | If unsure, say N. | 638 | If unsure, say N. |
639 | 639 | ||
640 | config INTEL_MFLD_THERMAL | ||
641 | tristate "Thermal driver for Intel Medfield platform" | ||
642 | depends on INTEL_SCU_IPC && THERMAL | ||
643 | help | ||
644 | Say Y here to enable thermal driver support for the Intel Medfield | ||
645 | platform. | ||
646 | |||
640 | config RAR_REGISTER | 647 | config RAR_REGISTER |
641 | bool "Restricted Access Region Register Driver" | 648 | bool "Restricted Access Region Register Driver" |
642 | depends on PCI && X86_MRST | 649 | depends on PCI && X86_MRST |