mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 07:55:21 +00:00
With this refactoring of pcie directory, RC drivers are placed under host/ directory, EP drivers are placed under endpoint/ directory and they are completely independent of each other. Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
# PCIe RC/EP drivers configuration options
|
|
|
|
source "drivers/pcie/host/Kconfig"
|
|
source "drivers/pcie/endpoint/Kconfig"
|