diff options
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index a80a0e8e94ad..1d0981f5d310 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -38,6 +38,11 @@ config RC_MODE_IN_EP_RC_SYS bool "PCI Express RC mode in the IMX6 RC/EP interconnection system" depends on PCI_IMX6 && EP_MODE_IN_EP_RC_SYS!=y +config PCI_IMX_EP_DRV + bool "i.MX6 PCI Express EP skeleton driver" + depends on RC_MODE_IN_EP_RC_SYS + default y + config PCI_TEGRA bool "NVIDIA Tegra PCIe controller" depends on ARCH_TEGRA && !ARM64 |