forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/staging/gasket/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 menu "Gasket devices"
23
34 config STAGING_GASKET_FRAMEWORK
....@@ -14,8 +15,9 @@
1415 tristate "Apex Driver"
1516 depends on STAGING_GASKET_FRAMEWORK
1617 help
17
- This driver supports the Apex device. Say Y if you want to
18
- include this driver in the kernel.
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.
1921
2022 To compile this driver as a module, choose M here. The module
2123 will be called "apex".