Siddartha Mohanadoss 1f5bb23350 pci: switch: Add PCIe switch driver
The driver supports switches connected to the PCIe root port controller.
The driver can be used to run any erratas specific to the switch
for the corresponding bus, device and function for a specific vendor
and device ID of the switch.

Change-Id: I2e2fa1d92e0292102716e978c303d9a64e9cd861
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
2020-06-19 13:58:54 -07:00

3 lines
96 B
Makefile

obj-$(CONFIG_PCI_SW_SWITCHTEC) += switchtec.o
obj-$(CONFIG_PCI_SW_QCOM_SWITCH) += switch-qcom.o