1config RT_PCI_DW
2    bool "DesignWare-based PCIe"
3    depends on RT_MFD_SYSCON
4    depends on RT_USING_DMA
5    default n
6
7config RT_PCI_DW_HOST
8    bool
9    depends on RT_PCI_DW
10
11config RT_PCI_DW_EP
12    bool
13    depends on RT_PCI_DW
14