]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
can: Kconfig: remove obsolete help text for slcan
authorMans Rullgard <mans@mansr.com>
Sat, 27 Apr 2024 15:26:48 +0000 (16:26 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 20 Jun 2024 09:52:56 +0000 (11:52 +0200)
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>
drivers/net/can/Kconfig

index 2e31db55d9278610718e4db35bb1e0c31e24e9c1..7f9b60a42d29ce005cb40148cdc0c048861e603d 100644 (file)
@@ -187,9 +187,8 @@ config CAN_SLCAN
          slcand) can be found in the can-utils at the linux-can project, see
          https://github.com/linux-can/can-utils for details.
 
-         The slcan driver supports up to 10 CAN netdevices by default which
-         can be changed by the 'maxdev=xx' module option. This driver can
-         also be built as a module. If so, the module will be called slcan.
+         This driver can also be built as a module. If so, the module
+         will be called slcan.
 
 config CAN_SUN4I
        tristate "Allwinner A10 CAN controller"