From e37ba375ff985baacc9c22024412dfeb60ed55ee Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 19 Sep 2014 14:31:25 +0100 Subject: 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 --- strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 2 ++ strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 2 ++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.1