pci: introduce library and driver
[dpdk.git] / config / common_base
index f842399..82ee754 100644 (file)
@@ -122,6 +122,11 @@ CONFIG_RTE_EAL_PMD_PATH=""
 #
 CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
 
+#
+# Compile the PCI library
+#
+CONFIG_RTE_LIBRTE_PCI=y
+
 #
 # Compile the argument parser library
 #
@@ -147,6 +152,11 @@ CONFIG_RTE_ETHDEV_PROFILE_ITT_WASTED_RX_ITERATIONS=n
 #
 CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n
 
+#
+# Compile PCI bus driver
+#
+CONFIG_RTE_LIBRTE_PCI_BUS=y
+
 #
 # Compile burst-oriented Amazon ENA PMD driver
 #