1# SPDX-License-Identifier: GPL-2.0 2# 3# Misc strange devices for rockchip 4 5config PCIE_FUNC_RKEP 6 tristate "Rockchip PCIe EP function driver" 7 depends on PCI 8 depends on ARCH_ROCKCHIP 9 help 10 Enable this configuration option to enable the host side function 11 driver for Rockchip's EP demo function driver. 12 13config PCIE_FUNC_RKEP_USERPAGES 14 bool "EP function driver reserve continuous physical space for user layer" 15 depends on PCIE_FUNC_RKEP=y 16 help 17 Enable this configuration option to reserve continuous physical space 18 for user layer in Rockchip's EP demo function driver. 19