mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
21 lines
487 B
Text
21 lines
487 B
Text
![]() |
#
|
||
|
# PCI Endpoint Support
|
||
|
#
|
||
|
|
||
|
menu "PCI Endpoint"
|
||
|
|
||
|
config PCI_ENDPOINT
|
||
|
bool "PCI Endpoint Support"
|
||
|
help
|
||
|
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
|
||
|
library.
|
||
|
|
||
|
If in doubt, say "N" to disable Endpoint support.
|
||
|
|
||
|
endmenu
|