Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] x86/mrst: remove X86_MRST dependency on PCI_IOAPIC

4 views
Skip to first unread message

Jacob Pan

unread,
Mar 2, 2010, 6:30:02 PM3/2/10
to
PCI_IOAPIC is used for PCI hotplug, Moorestown does not have ACPI PCI
hotplug. This unnecessary dependency causes X86_MRST fail to be selected if
ACPI is not selected.

Signed-off-by: Jacob Pan <jacob....@linux.intel.com>
---
arch/x86/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b25da64..1ecab88 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -396,7 +396,6 @@ config X86_MRST
bool "Moorestown MID platform"
depends on PCI
depends on PCI_GOANY
- depends on PCI_IOAPIC
depends on X86_32
depends on X86_EXTENDED_PLATFORM
depends on X86_IO_APIC
--
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

tip-bot for Jacob Pan

unread,
Mar 3, 2010, 4:20:02 AM3/3/10
to
Commit-ID: d8111cd91abee016d62b401e057fee66ba80be67
Gitweb: http://git.kernel.org/tip/d8111cd91abee016d62b401e057fee66ba80be67
Author: Jacob Pan <jacob....@linux.intel.com>
AuthorDate: Tue, 2 Mar 2010 09:19:28 -0800
Committer: H. Peter Anvin <h...@zytor.com>
CommitDate: Tue, 2 Mar 2010 18:15:05 -0800

x86, mrst: Remove X86_MRST dependency on PCI_IOAPIC

PCI_IOAPIC is used for PCI hotplug, Moorestown does not have ACPI PCI

hotplug, as it does not have ACPI. This unnecessary dependency causes


X86_MRST fail to be selected if ACPI is not selected.

Signed-off-by: Jacob Pan <jacob....@linux.intel.com>
LKML-Reference: <1267550368-7435-1-git-s...@linux.intel.com>
Signed-off-by: H. Peter Anvin <h...@zytor.com>


---
arch/x86/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 2697fdb..d22686f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -390,7 +390,6 @@ config X86_MRST


bool "Moorestown MID platform"
depends on PCI
depends on PCI_GOANY
- depends on PCI_IOAPIC
depends on X86_32
depends on X86_EXTENDED_PLATFORM
depends on X86_IO_APIC
--

0 new messages