Move source to src folder, add gitignore

Change-Id: Ie033078aa57e7cd7c7ce3c1d3d1f0057c8c2cf24
This commit is contained in:
Michael Brooks
2021-06-03 08:32:04 -07:00
parent 85fc01f9a1
commit 1eeffd9635
19 changed files with 7 additions and 11 deletions

24
src/Kconfig Normal file
View File

@@ -0,0 +1,24 @@
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