Blame view

kernel/linux-rt-4.4.41/drivers/pci/endpoint/Kconfig 711 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  #
  # PCI Endpoint Support
  #
  
  menu "PCI Endpoint"
  
  config PCI_ENDPOINT
  	tristate "PCI Endpoint Support"
  	select CONFIGFS_FS
  	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. This will also enable the configfs entry required to
  	   configure the endpoint function and used to bind the
  	   function with a endpoint controller.
  
  	   If in doubt, say "N" to disable Endpoint support.
  
  source "drivers/pci/endpoint/functions/Kconfig"
  
  endmenu