• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2
3menu "RK3588 PCI controller drivers"
4	depends on PCI
5
6config ROCKCHIP_PCIE_DMA_OBJ
7	bool "Rockchip PCIe uDMA transfer support"
8	depends on PCIE_ROCKCHIP_HOST || PCIE_DW_ROCKCHIP
9	default n
10	help
11	  Say y to enable p2p DMA transfer between PCIe components.
12
13source "vendor/drivers/pci/controller/dwc/Kconfig"
14
15endmenu
16