[linux-yocto] [PATCH v2 09/11] features/pci/pci.cfg: Extend to be more complete

Saul Wold sgw at linux.intel.com
Wed Jul 1 16:06:45 PDT 2015


This will allow for more sharing as part of the upcoming refactor
of core x86 and x86_64.

Currently this is a copy/paste from existing configuration and we
need to better understand why the HOTPLUG_PCI_PCIE needs explict
disablement.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/cfg/kernel-cache/features/pci/pci.cfg | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/meta/cfg/kernel-cache/features/pci/pci.cfg b/meta/cfg/kernel-cache/features/pci/pci.cfg
index cd74958..ea206c5 100644
--- a/meta/cfg/kernel-cache/features/pci/pci.cfg
+++ b/meta/cfg/kernel-cache/features/pci/pci.cfg
@@ -1 +1,11 @@
+CONFIG_PCI=y
 CONFIG_PCI_MMCONFIG=y
+CONFIG_PCI_MSI=y
+
+CONFIG_PCIEPORTBUS=y
+
+CONFIG_HOTPLUG_PCI=y
+# CONFIG_HOTPLUG_PCI_PCIE is not set
+
+
+
-- 
2.1.0



More information about the linux-yocto mailing list