summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-01-23 18:08:36 +0100
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-01-23 18:09:31 +0100
commitad3dc70f0cf71ee195a44caab8407737599f0aee (patch)
treeb7881b3b5a084e58a175acb56b1368f3f00e45c5
parentb7df1a740f2c58d9d125a094cf69049cd1dae4d8 (diff)
can: ucan: update Kconfig help text
UCAN is now included on several compute modules made by Theobroma Systems. Update the help text accordingly. Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
-rw-r--r--drivers/net/can/usb/Kconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig
index 2334170d6686..9f6207b69e08 100644
--- a/drivers/net/can/usb/Kconfig
+++ b/drivers/net/can/usb/Kconfig
@@ -79,10 +79,15 @@ config CAN_8DEV_USB
from 8 devices (http://www.8devices.com).
config CAN_UCAN
- tristate "uCAN Device Driver"
+ tristate "Theobroma Systems UCAN interface"
---help---
- This driver supports UCAN based USB CAN devices
+ This driver supports the Theobroma Systems
+ UCAN USB-CAN interface.
- * STM32 based CAN controller on A31 uQ7 (Pangolin)
+ UCAN is an STM32-based USB-CAN interface that is
+ integrated on compute modules from Theobroma Systems
+ like the A31-uQ7 and the RK3399-Q7.
+
+ It is also available as a standalone USB stick.
endmenu