Kconfig 311 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # PCI Endpoint Functions
  4. #
  5. config PCI_EPF_TEST
  6. tristate "PCI Endpoint Test driver"
  7. depends on PCI_ENDPOINT
  8. select CRC32
  9. help
  10. Enable this configuration option to enable the test driver
  11. for PCI Endpoint.
  12. If in doubt, say "N" to disable Endpoint test driver.