Kconfig 233 B

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