xref: /openbmc/linux/drivers/pci/endpoint/functions/Kconfig (revision 812f77b749a8ae11f58dacf0d3ed65e7ede47458)
1#
2# PCI Endpoint Functions
3#
4
5config 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
13	   If in doubt, say "N" to disable Endpoint test driver.
14