1# SPDX-License-Identifier: GPL-2.0
2
3config PCIE_DW_ROCKCHIP
4 tristate "Rockchip DesignWare PCIe controller"
5 select PCIE_DW
6 select PCIE_DW_HOST
7 depends on ARCH_ROCKCHIP
8 depends on OF
9 help
10 Enables support for the DW PCIe controller in the Rockchip SoC.
11