diff options
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 |