mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
349e7a85b2
Adds a new endpoint function driver (to program the virtual test device) making use of the EP-core library. [bhelgaas: fold in pci_epf_test_probe() -ENOMEM test from Wei Yongjun <weiyongjun1@huawei.com>] Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
#
|
|
# PCI Endpoint Functions
|
|
#
|
|
|
|
config PCI_EPF_TEST
|
|
tristate "PCI Endpoint Test driver"
|
|
depends on PCI_ENDPOINT
|
|
help
|
|
Enable this configuration option to enable the test driver
|
|
for PCI Endpoint.
|
|
|
|
If in doubt, say "N" to disable Endpoint test driver.
|