aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-09-27 02:35:55 -0400
committerLen Brown <len.brown@intel.com>2009-09-27 02:35:55 -0400
commitd91f79ebc3191b15dbe385925af4840f4e68df77 (patch)
tree7b8cdfddb9e2a9a183219ba9aaa0b569a0085a9a /drivers/acpi
parent8e0af5141ab950b78b3ebbfaded5439dcf8b3a8d (diff)
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/Kconfig1
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
200 tristate "Processor Aggregator" 200 tristate "Processor Aggregator"
201 depends on ACPI_PROCESSOR 201 depends on ACPI_PROCESSOR
202 depends on EXPERIMENTAL 202 depends on EXPERIMENTAL
203 depends on X86
203 help 204 help
204 ACPI 4.0 defines processor Aggregator, which enables OS to perform 205 ACPI 4.0 defines processor Aggregator, which enables OS to perform
205 specfic processor configuration and control that applies to all 206 specfic processor configuration and control that applies to all