From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935202AbYBOApr (ORCPT ); Thu, 14 Feb 2008 19:45:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932423AbYBOAmj (ORCPT ); Thu, 14 Feb 2008 19:42:39 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54066 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934751AbYBOAmh (ORCPT ); Thu, 14 Feb 2008 19:42:37 -0500 From: Greg Kroah-Hartman To: linux-pci@atrey.karlin.mff.cuni.cz Cc: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net, Greg Kroah-Hartman , Kristen Carlson Accardi Subject: [PATCH 07/12] PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY Date: Thu, 14 Feb 2008 16:40:05 -0800 Message-Id: <1203036010-27988-7-git-send-email-gregkh@suse.de> X-Mailer: git-send-email 1.5.4 In-Reply-To: <20080215003909.GA27981@kroah.com> References: <20080215003909.GA27981@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This was marked incorrectly for some reason. Allow the ibmphp driver to be built even if PCI_LEGACY is not enabled. Cc: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- drivers/pci/hotplug/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index 17fb3d6..eacfb13 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig @@ -63,7 +63,7 @@ config HOTPLUG_PCI_COMPAQ_NVRAM config HOTPLUG_PCI_IBM tristate "IBM PCI Hotplug driver" - depends on X86_IO_APIC && X86 && PCI_BIOS && PCI_LEGACY + depends on X86_IO_APIC && X86 && PCI_BIOS help Say Y here if you have a motherboard with a IBM PCI Hotplug controller. -- 1.5.4