# SPDX-License-Identifier: GPL-2.0 # # [31mCONFIG_PCI[0m Endpoint Support # menu "PCI Endpoint" config [31mCONFIG_PCI_ENDPOINT[0m bool "PCI Endpoint Support" depends on [31mCONFIG_HAVE_PCI[0m help Enable this configuration option to support configurable [31mCONFIG_PCI[0m endpoint. This should be enabled if the platform has a [31mCONFIG_PCI[0m controller that can operate in endpoint mode. Enabling this option will build the endpoint library, which includes endpoint controller library and endpoint function library. If in doubt, say "N" to disable Endpoint support. config [31mCONFIG_PCI_ENDPOINT_CONFIGFS[0m bool "PCI Endpoint Configfs Support" depends on [31mCONFIG_PCI_ENDPOINT[0m select [31mCONFIG_CONFIGFS_FS[0m help This will enable the configfs entry that can be used to configure the endpoint function and used to bind the function with a endpoint controller. source "drivers/pci/endpoint/functions/Kconfig" endmenu |