1 # SPDX-License-Identifier: GPL-2.0
9 bool "PCI Endpoint Support"
12 Enable this configuration option to support configurable PCI
13 endpoint. This should be enabled if the platform has a PCI
14 controller that can operate in endpoint mode.
16 Enabling this option will build the endpoint library, which
17 includes endpoint controller library and endpoint function
20 If in doubt, say "N" to disable Endpoint support.
22 config PCI_ENDPOINT_CONFIGFS
23 bool "PCI Endpoint Configfs Support"
24 depends on PCI_ENDPOINT
27 This will enable the configfs entry that can be used to
28 configure the endpoint function and used to bind the
29 function with a endpoint controller.
31 source "drivers/pci/endpoint/functions/Kconfig"