1# 2# PCI Endpoint Support 3# 4 5menu "PCI Endpoint" 6 7config PCI_ENDPOINT 8 bool "PCI Endpoint Support" 9 help 10 Enable this configuration option to support configurable PCI 11 endpoint. This should be enabled if the platform has a PCI 12 controller that can operate in endpoint mode. 13 14 Enabling this option will build the endpoint library, which 15 includes endpoint controller library and endpoint function 16 library. 17 18 If in doubt, say "N" to disable Endpoint support. 19 20endmenu 21