Add PCIe controller driver for brcmstb, required by Raspberry Pi 5. Signed-off-by: Junho Lee <junho@tsnlab.com>
4 lines
153 B
CMake
4 lines
153 B
CMake
add_subdirectory_ifdef(CONFIG_PCIE host)
|
|
add_subdirectory_ifdef(CONFIG_PCIE_ENDPOINT endpoint)
|
|
add_subdirectory_ifdef(CONFIG_PCIE_CONTROLLER controller)
|