1 # SPDX-License-Identifier: GPL-2.0
4 config STAGING_GASKET_FRAMEWORK
5 tristate "Gasket framework"
6 depends on PCI && (X86_64 || ARM64)
8 This framework supports Gasket-compatible devices, such as Apex.
9 It is required for any of the following module(s).
11 To compile this driver as a module, choose M here. The module
12 will be called "gasket".
14 config STAGING_APEX_DRIVER
15 tristate "Apex Driver"
16 depends on STAGING_GASKET_FRAMEWORK
18 This driver supports the Apex Edge TPU device. See
19 https://cloud.google.com/edge-tpu/ for more information.
20 Say Y if you want to include this driver in the kernel.
22 To compile this driver as a module, choose M here. The module
23 will be called "apex".