1# SPDX-License-Identifier: GPL-2.0 2menu "Gasket devices" 3 4config STAGING_GASKET_FRAMEWORK 5 tristate "Gasket framework" 6 depends on PCI && (X86_64 || ARM64) 7 help 8 This framework supports Gasket-compatible devices, such as Apex. 9 It is required for any of the following module(s). 10 11 To compile this driver as a module, choose M here. The module 12 will be called "gasket". 13 14config STAGING_APEX_DRIVER 15 tristate "Apex Driver" 16 depends on STAGING_GASKET_FRAMEWORK 17 help 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. 21 22 To compile this driver as a module, choose M here. The module 23 will be called "apex". 24 25endmenu 26