forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
kernel/drivers/pci/controller/dwc/Kconfig
....@@ -106,6 +106,13 @@
106106 help
107107 Enables support for the DW PCIe controller in the Rockchip SoC.
108108
109
+config PCIE_RK_THREADED_INIT
110
+ bool "Threaded initialize Rockchip DW based PCIe controller"
111
+ depends on PCIE_DW_ROCKCHIP
112
+ default y
113
+ help
114
+ Enables threaded initialize Rockchip DW based PCIe controller.
115
+
109116 config PCI_EXYNOS
110117 bool "Samsung Exynos PCIe controller"
111118 depends on SOC_EXYNOS5440 || COMPILE_TEST