diff options
author | Len Brown <len.brown@intel.com> | 2008-02-07 22:19:56 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 22:19:56 +0100 |
commit | 9f2eef25e044603527e121066284d22f51d853cc (patch) | |
tree | f7034af0486e27437d4346be185bb3560f76ee3d /drivers/misc | |
parent | ACPI: build WMI on X86 only (diff) | |
download | linux-9f2eef25e044603527e121066284d22f51d853cc.tar.xz linux-9f2eef25e044603527e121066284d22f51d853cc.zip |
intel_menlo: build on X86 only
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 78cd33861766..218c65a7d914 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -279,6 +279,7 @@ config ATMEL_SSC config INTEL_MENLOW tristate "Thermal Management driver for Intel menlow platform" depends on ACPI_THERMAL + depends on X86 ---help--- ACPI thermal management enhancement driver on Intel Menlow platform. |