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
menu "Gasket devices"

config CONFIG_STAGING_GASKET_FRAMEWORK
	tristate "Gasket framework"
	depends on CONFIG_PCI && (CONFIG_X86_64 || CONFIG_ARM64)
	help
	  This framework supports Gasket-compatible devices, such as Apex.
	  It is required for any of the following module(s).

	  To compile this driver as a module, choose CONFIG_M here.  The module
	  will be called "gasket".

config CONFIG_STAGING_APEX_DRIVER
	tristate "Apex Driver"
	depends on CONFIG_STAGING_GASKET_FRAMEWORK
	help
	  This driver supports the Apex Edge TPU device.  See
	  https://cloud.google.com/edge-tpu/ for more information.
	  Say Y if you want to include this driver in the kernel.

	  To compile this driver as a module, choose CONFIG_M here.  The module
	  will be called "apex".

endmenu