diff options
Diffstat (limited to 'net/can/Kconfig')
-rw-r--r-- | net/can/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/can/Kconfig b/net/can/Kconfig index 182b96b80ebc..89395b2c8bca 100644 --- a/net/can/Kconfig +++ b/net/can/Kconfig | |||
@@ -39,3 +39,6 @@ config CAN_BCM | |||
39 | You probably want to use the bcm socket in most cases where cyclic | 39 | You probably want to use the bcm socket in most cases where cyclic |
40 | CAN messages are used on the bus (e.g. in automotive environments). | 40 | CAN messages are used on the bus (e.g. in automotive environments). |
41 | To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM. | 41 | To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM. |
42 | |||
43 | |||
44 | source "drivers/net/can/Kconfig" | ||