Kconfig 262 B

123456789101112
  1. #
  2. # PCI Endpoint Functions
  3. #
  4. config PCI_EPF_TEST
  5. tristate "PCI Endpoint Test driver"
  6. depends on PCI_ENDPOINT
  7. help
  8. Enable this configuration option to enable the test driver
  9. for PCI Endpoint.
  10. If in doubt, say "N" to disable Endpoint test driver.