mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-03 19:45:29 +08:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
|
config RT_PCI_DW
|
||
|
bool "DesignWare-based PCIe"
|
||
|
depends on RT_MFD_SYSCON
|
||
|
depends on RT_USING_DMA
|
||
|
default n
|
||
|
|
||
|
config RT_PCI_DW_HOST
|
||
|
bool
|
||
|
depends on RT_PCI_DW
|
||
|
|
||
|
config RT_PCI_DW_EP
|
||
|
bool
|
||
|
depends on RT_PCI_DW
|