summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-19 14:31:25 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-19 15:40:43 +0100
commite37ba375ff985baacc9c22024412dfeb60ed55ee (patch)
tree7b4fa6808ec41bb2d3b65fd79fc4bc9b53486f2a
parentf58876215ef5ef7f6d1f302a39cad09ee4085156 (diff)
downloaddefinitions-e37ba375ff985baacc9c22024412dfeb60ed55ee.tar.gz
Enalbe Hotplug support in the kernel of x86 systems
To enable Hotplug support this patch enables the following in the kernel: - HOTPLUG_PCI - HOTPLUG_PCI_ACPI
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph2
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph2
2 files changed, 4 insertions, 0 deletions
diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
index af773c78..10bac0cd 100644
--- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
+++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
@@ -76,6 +76,8 @@ configure-commands:
- scripts/config -e NF_NAT_IPV4
- scripts/config -e IP_NF_TARGET_MASQUERADE
- scripts/config -e FB_VESA
+- scripts/config -e HOTPLUG_PCI
+- scripts/config -e HOTPLUG_PCI_ACPI
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS
diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
index 6d95bddf..4b18b537 100644
--- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
+++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
@@ -76,6 +76,8 @@ configure-commands:
- scripts/config -e NF_NAT_IPV4
- scripts/config -e IP_NF_TARGET_MASQUERADE
- scripts/config -e FB_VESA
+- scripts/config -e HOTPLUG_PCI
+- scripts/config -e HOTPLUG_PCI_ACPI
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS