diff options
author | Thomas Sujith <sujith.thomas@intel.com> | 2008-01-24 22:45:44 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-01 23:20:57 -0500 |
commit | cc0573b3250214034062ddf8c64359596d8af521 (patch) | |
tree | b6992d9c4101ce7ce92a748b0ada486350eac2de /drivers/misc/Kconfig | |
parent | 041d4bbf128f645fe53bb22309efb9db14dbf5b5 (diff) |
intel_menlo: introduce new platform specific driver
Intel menlow platform specific driver for thermal management extension.
Signed-off-by: Thomas Sujith <sujith.thomas@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b5e67c0ff433..d1380a5a0030 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -232,4 +232,13 @@ config ATMEL_SSC | |||
232 | 232 | ||
233 | If unsure, say N. | 233 | If unsure, say N. |
234 | 234 | ||
235 | config INTEL_MENLOW | ||
236 | tristate "Thermal Management driver for Intel menlow platform" | ||
237 | depends on ACPI_THERMAL | ||
238 | ---help--- | ||
239 | ACPI thermal management enhancement driver on | ||
240 | Intel Menlow platform. | ||
241 | |||
242 | If unsure, say N. | ||
243 | |||
235 | endif # MISC_DEVICES | 244 | endif # MISC_DEVICES |