# SPDX-License-Identifier: GPL-2.0 menu "Gasket devices" config [31mCONFIG_STAGING_GASKET_FRAMEWORK[0m tristate "Gasket framework" depends on [31mCONFIG_PCI[0m && ([31mCONFIG_X86_64[0m || [31mCONFIG_ARM64[0m) 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 [31mCONFIG_M[0m here. The module will be called "gasket". config [31mCONFIG_STAGING_APEX_DRIVER[0m tristate "Apex Driver" depends on [31mCONFIG_STAGING_GASKET_FRAMEWORK[0m 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 [31mCONFIG_M[0m here. The module will be called "apex". endmenu |