Skip to content

Commit

Permalink
can: gs_usb: mention candleLight as supported device
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Kleine-Budde committed Oct 20, 2022
1 parent f5071d9 commit b1419cb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions drivers/net/can/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b1419cb

Please sign in to comment.