[Quantal][Raring][SRU][PATCH 1/1] UBUNTU: [Config] HOTPLUG_PCI_ACPI=y
Gavin Guo
gavin.guo at canonical.com
Mon Apr 29 14:34:30 UTC 2013
BugLink: http://bugs.launchpad.net/bugs/1091125
In order to support PCI express card hot-plugging function, there
are many ways to achieve the target. Either adding acpiphp under the
/etc/modules or being built-in the acpiphp modules. I've tried submitting
a patch which modified the module-init-tools which is the debian package
for /etc/modules and the maintainer suggested to solve the bug in the
kernel side. Recently, I found the PCI maintainer has changed the
option to built-in only if anyone want to enable acpiphp because of
the sub-driver dependency issue. The patch was still in the linux-next
tree and it include not only the change of HOTPLUG_PCI_ACPI to bool but
also other codes which may need backporting a lot of commits. I consider
enabling the config through building in is a good solution.
Signed-off-by: Gavin Guo <gavin.guo at canonical.com>
---
debian.master/config/config.common.ubuntu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 1a8f2e8..184be82 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -2210,7 +2210,7 @@ CONFIG_HOSTESS_SV11=m
CONFIG_HOTPLUG=y
CONFIG_HOTPLUG_CPU=y
CONFIG_HOTPLUG_PCI=y
-CONFIG_HOTPLUG_PCI_ACPI=m
+CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
CONFIG_HOTPLUG_PCI_COMPAQ=m
CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y
--
1.7.10.4
More information about the kernel-team
mailing list