From 4dca66172733d84a0d07bc04dfa7a35c854e8f93 Mon Sep 17 00:00:00 2001 From: Leonid Lobachev Date: Mon, 23 Sep 2019 14:17:28 -0700 Subject: [PATCH] staging: gasket: Kconfig: describe Apex as an Edge TPU device 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 Signed-off-by: Greg Kroah-Hartman --- Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Kconfig b/Kconfig index 970e299..e82b855 100644 --- a/Kconfig +++ b/Kconfig @@ -14,8 +14,9 @@ config STAGING_APEX_DRIVER tristate "Apex Driver" depends on STAGING_GASKET_FRAMEWORK help - This driver supports the Apex device. Say Y if you want to - include this driver in the kernel. + 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".