Skip to content

Commit

Permalink
[IA64] fix ACPI Kconfig issues
Browse files Browse the repository at this point in the history
All IA64 systems except IA64_HP_SIM include ACPI and PCI.
So prevent IA64 Kconfigs that try to do irritating things like building
PCI without building ACPI.

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Len Brown authored and Tony Luck committed Feb 5, 2007
1 parent c2c77fe commit 06f87ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ menu "Processor type and features"

config IA64
bool
select PCI if (!IA64_HP_SIM)
select ACPI if (!IA64_HP_SIM)
default y
help
The Itanium Processor Family is Intel's 64-bit successor to
Expand Down Expand Up @@ -84,8 +86,6 @@ choice

config IA64_GENERIC
bool "generic"
select ACPI
select PCI
select NUMA
select ACPI_NUMA
help
Expand Down

0 comments on commit 06f87ad

Please sign in to comment.