Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0
#
# CONFIG_PCI Endpoint Functions
#

config CONFIG_PCI_EPF_TEST
	tristate "PCI Endpoint Test driver"
	depends on CONFIG_PCI_ENDPOINT
	select CONFIG_CRC32
	help
	   Enable this configuration option to enable the test driver
	   for CONFIG_PCI Endpoint.

	   If in doubt, say "N" to disable Endpoint test driver.