All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [IA64] Change CONFIG_HOTPLUG_PCI_ACPI=m to =y
@ 2013-07-02 18:10 Bjorn Helgaas
  2013-07-09 20:29 ` Tony Luck
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2013-07-02 18:10 UTC (permalink / raw)
  To: linux-ia64

After 6037a803b0, CONFIG_HOTPLUG_PCI_ACPI is a bool (it's no longer
possible to configure acpiphp as a module).  These defconfig changes
fix some build warnings.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 arch/ia64/configs/generic_defconfig   |    2 +-
 arch/ia64/configs/gensparse_defconfig |    2 +-
 arch/ia64/configs/tiger_defconfig     |    2 +-
 arch/ia64/configs/xen_domu_defconfig  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig
index 7913695..a4bd0ef 100644
--- a/arch/ia64/configs/generic_defconfig
+++ b/arch/ia64/configs/generic_defconfig
@@ -32,7 +32,7 @@ CONFIG_ACPI_DOCK=y
 CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_CONTAINER=m
 CONFIG_HOTPLUG_PCI=m
-CONFIG_HOTPLUG_PCI_ACPI=m
+CONFIG_HOTPLUG_PCI_ACPI=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
diff --git a/arch/ia64/configs/gensparse_defconfig b/arch/ia64/configs/gensparse_defconfig
index f8e9133..5e5f074 100644
--- a/arch/ia64/configs/gensparse_defconfig
+++ b/arch/ia64/configs/gensparse_defconfig
@@ -26,7 +26,7 @@ CONFIG_ACPI_FAN=m
 CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_CONTAINER=m
 CONFIG_HOTPLUG_PCI=m
-CONFIG_HOTPLUG_PCI_ACPI=m
+CONFIG_HOTPLUG_PCI_ACPI=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
diff --git a/arch/ia64/configs/tiger_defconfig b/arch/ia64/configs/tiger_defconfig
index a5a9e02..7049c3d 100644
--- a/arch/ia64/configs/tiger_defconfig
+++ b/arch/ia64/configs/tiger_defconfig
@@ -32,7 +32,7 @@ CONFIG_ACPI_FAN=m
 CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_CONTAINER=m
 CONFIG_HOTPLUG_PCI=m
-CONFIG_HOTPLUG_PCI_ACPI=m
+CONFIG_HOTPLUG_PCI_ACPI=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
diff --git a/arch/ia64/configs/xen_domu_defconfig b/arch/ia64/configs/xen_domu_defconfig
index 37b9b42..7dc6ed7 100644
--- a/arch/ia64/configs/xen_domu_defconfig
+++ b/arch/ia64/configs/xen_domu_defconfig
@@ -33,7 +33,7 @@ CONFIG_ACPI_FAN=m
 CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_CONTAINER=m
 CONFIG_HOTPLUG_PCI=m
-CONFIG_HOTPLUG_PCI_ACPI=m
+CONFIG_HOTPLUG_PCI_ACPI=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [IA64] Change CONFIG_HOTPLUG_PCI_ACPI=m to =y
  2013-07-02 18:10 [PATCH] [IA64] Change CONFIG_HOTPLUG_PCI_ACPI=m to =y Bjorn Helgaas
@ 2013-07-09 20:29 ` Tony Luck
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Luck @ 2013-07-09 20:29 UTC (permalink / raw)
  To: linux-ia64

On Tue, Jul 2, 2013 at 11:10 AM, Bjorn Helgaas <bhelgaas@google.com> wrote:
> After 6037a803b0, CONFIG_HOTPLUG_PCI_ACPI is a bool (it's no longer
> possible to configure acpiphp as a module).  These defconfig changes
> fix some build warnings.

Applied - Thanks Bjorn

-Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-09 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-02 18:10 [PATCH] [IA64] Change CONFIG_HOTPLUG_PCI_ACPI=m to =y Bjorn Helgaas
2013-07-09 20:29 ` Tony Luck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.