diff options
author | Stephane Grosjean <s.grosjean@peak-system.com> | 2017-03-27 08:36:11 -0400 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2017-04-25 04:50:11 -0400 |
commit | 71b611562f45e8798d519a38d0143d5eafd6eb35 (patch) | |
tree | 6c0fa284edbaa5f63cdec3c952155a9d3b801535 | |
parent | ea8b65b596d78969629562f9728f76cbf565fbec (diff) |
can: usb: Kconfig: Add PCAN-USB X6 device in help text
This patch adds a text line in the help section of the CAN_PEAK_USB
config item describing the support of the PCAN-USB X6 adapter, which is
already included in the Kernel since 4.9.
Signed-off-by: Stephane Grosjean <s.grosjean@peak-system.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r-- | drivers/net/can/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig index 3f8adc366af4..5f9e0e6301d0 100644 --- a/drivers/net/can/usb/Kconfig +++ b/drivers/net/can/usb/Kconfig | |||
@@ -73,6 +73,7 @@ config CAN_PEAK_USB | |||
73 | PCAN-USB FD single CAN-FD channel USB adapter | 73 | PCAN-USB FD single CAN-FD channel USB adapter |
74 | PCAN-USB Pro FD dual CAN-FD channels USB adapter | 74 | PCAN-USB Pro FD dual CAN-FD channels USB adapter |
75 | PCAN-Chip USB CAN-FD to USB stamp module | 75 | PCAN-Chip USB CAN-FD to USB stamp module |
76 | PCAN-USB X6 6 CAN-FD channels USB adapter | ||
76 | 77 | ||
77 | (see also http://www.peak-system.com). | 78 | (see also http://www.peak-system.com). |
78 | 79 | ||