forked from MIrrors/gasket-driver
Add a brief description and URL for more information on the Apex device, an Edge TPU (Tensorflow Processing Unit) machine learning accelerator. Change-Id: Ia7b40414e9f0745feb8ced2cb3aa7e9c6baa0c3d Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
25 lines
715 B
Plaintext
25 lines
715 B
Plaintext
menu "Gasket devices"
|
|
|
|
config STAGING_GASKET_FRAMEWORK
|
|
tristate "Gasket framework"
|
|
depends on PCI && (X86_64 || 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 M here. The module
|
|
will be called "gasket".
|
|
|
|
config STAGING_APEX_DRIVER
|
|
tristate "Apex Driver"
|
|
depends on 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 M here. The module
|
|
will be called "apex".
|
|
|
|
endmenu
|