[linux-yocto] [PATCH v4 10/14] features/pci/pci.cfg: Extend to be more complete
Saul Wold
sgw at linux.intel.com
Mon Jul 6 10:42:38 PDT 2015
This will allow for more sharing as part of the upcoming refactor
of core x86 and x86_64.
The HOTPLUG_PCI_PCIE is left not set as this is the default way the
kernel.org defconfig settings are.
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