diff options
author | Len Brown <len.brown@intel.com> | 2009-09-27 02:35:55 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-09-27 02:35:55 -0400 |
commit | d91f79ebc3191b15dbe385925af4840f4e68df77 (patch) | |
tree | 7b8cdfddb9e2a9a183219ba9aaa0b569a0085a9a /drivers/acpi | |
parent | 8e0af5141ab950b78b3ebbfaded5439dcf8b3a8d (diff) | |
download | linux-d91f79ebc3191b15dbe385925af4840f4e68df77.tar.bz2 |
acpi_pad: build only on X86
X86_FEATURE_MWAIT doesn't exist on ia64...
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 13531ed3cbd3..e56d19207f7a 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -200,6 +200,7 @@ config ACPI_PROCESSOR_AGGREGATOR tristate "Processor Aggregator" depends on ACPI_PROCESSOR depends on EXPERIMENTAL + depends on X86 help ACPI 4.0 defines processor Aggregator, which enables OS to perform specfic processor configuration and control that applies to all |