| # SPDX-License-Identifier: GPL-2.0 |
| bool "PCI Endpoint Support" |
| Enable this configuration option to support configurable PCI |
| endpoint. This should be enabled if the platform has a PCI |
| controller that can operate in endpoint mode. |
| Enabling this option will build the endpoint library, which |
| includes endpoint controller library and endpoint function |
| If in doubt, say "N" to disable Endpoint support. |
| config PCI_ENDPOINT_CONFIGFS |
| bool "PCI Endpoint Configfs Support" |
| 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" |