Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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