diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2022-09-18 21:06:53 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2022-10-20 11:56:57 +0200 |
commit | b1419cbebf5d7a1e236b6886750697eadefcb1d7 (patch) | |
tree | 80006dfed6f86a8f715ee157636064155d358f9d /drivers/net/can/usb/Kconfig | |
parent | can: m_can: m_can_handle_bus_errors(): add support for handling DLEC error on... (diff) | |
download | linux-b1419cbebf5d7a1e236b6886750697eadefcb1d7.tar.xz linux-b1419cbebf5d7a1e236b6886750697eadefcb1d7.zip |
can: gs_usb: mention candleLight as supported device
To make it easier for new users to find the correct driver for
candleLight compatible CAN-USB devices mention candleLight in the
driver's Kconfig input prompt.
Link: https://lore.kernel.org/all/20221019205037.1600936-1-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/usb/Kconfig')
-rw-r--r-- | drivers/net/can/usb/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig index 1218f9642f33..8c6fea661530 100644 --- a/drivers/net/can/usb/Kconfig +++ b/drivers/net/can/usb/Kconfig @@ -38,10 +38,13 @@ config CAN_ETAS_ES58X will be called etas_es58x. config CAN_GS_USB - tristate "Geschwister Schneider UG interfaces" + tristate "Geschwister Schneider UG and candleLight compatible interfaces" help - This driver supports the Geschwister Schneider and bytewerk.org - candleLight USB CAN interfaces USB/CAN devices + This driver supports the Geschwister Schneider and + bytewerk.org candleLight compatible + (https://github.com/candle-usb/candleLight_fw) USB/CAN + interfaces. + If unsure choose N, choose Y for built in support, M to compile as module (module will be named: gs_usb). |