8 bool "PCI Endpoint Support"
11 Enable this configuration option to support configurable PCI
12 endpoint. This should be enabled if the platform has a PCI
13 controller that can operate in endpoint mode.
15 Enabling this option will build the endpoint library, which
16 includes endpoint controller library and endpoint function
19 If in doubt, say "N" to disable Endpoint support.
21 config PCI_ENDPOINT_CONFIGFS
22 bool "PCI Endpoint Configfs Support"
23 depends on PCI_ENDPOINT
26 This will enable the configfs entry that can be used to
27 configure the endpoint function and used to bind the
28 function with a endpoint controller.
30 source "drivers/pci/endpoint/functions/Kconfig"