Kconfig 707 B

12345678910111213141516171819202122232425
  1. #
  2. # PCI Endpoint Support
  3. #
  4. menu "PCI Endpoint"
  5. config PCI_ENDPOINT
  6. bool "PCI Endpoint Support"
  7. select CONFIGFS_FS
  8. help
  9. Enable this configuration option to support configurable PCI
  10. endpoint. This should be enabled if the platform has a PCI
  11. controller that can operate in endpoint mode.
  12. Enabling this option will build the endpoint library, which
  13. includes endpoint controller library and endpoint function
  14. library. This will also enable the configfs entry required to
  15. configure the endpoint function and used to bind the
  16. function with a endpoint controller.
  17. If in doubt, say "N" to disable Endpoint support.
  18. source "drivers/pci/endpoint/functions/Kconfig"
  19. endmenu