Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

can: Kconfig: remove obsolete help text for slcan

Commit cfcb4465e992 ("can: slcan: remove legacy infrastructure")
removed the 10-device limit. Update the Kconfig help text accordingly.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Acked-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/all/20240427152648.25434-1-mans@mansr.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Mans Rullgard and committed by
Marc Kleine-Budde
58b34cd6 5ca38013

+2 -3
+2 -3
drivers/net/can/Kconfig
··· 187 187 slcand) can be found in the can-utils at the linux-can project, see 188 188 https://github.com/linux-can/can-utils for details. 189 189 190 - The slcan driver supports up to 10 CAN netdevices by default which 191 - can be changed by the 'maxdev=xx' module option. This driver can 192 - also be built as a module. If so, the module will be called slcan. 190 + This driver can also be built as a module. If so, the module 191 + will be called slcan. 193 192 194 193 config CAN_SUN4I 195 194 tristate "Allwinner A10 CAN controller"