diff options
Diffstat (limited to 'net/can/Kconfig')
-rw-r--r-- | net/can/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/can/Kconfig b/net/can/Kconfig index 4718d1f50ab3..182b96b80ebc 100644 --- a/net/can/Kconfig +++ b/net/can/Kconfig | |||
@@ -26,3 +26,16 @@ config CAN_RAW | |||
26 | most cases where no higher level protocol is being used. The raw | 26 | most cases where no higher level protocol is being used. The raw |
27 | socket has several filter options e.g. ID masking / error frames. | 27 | socket has several filter options e.g. ID masking / error frames. |
28 | To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW. | 28 | To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW. |
29 | |||
30 | config CAN_BCM | ||
31 | tristate "Broadcast Manager CAN Protocol (with content filtering)" | ||
32 | depends on CAN | ||
33 | default N | ||
34 | ---help--- | ||
35 | The Broadcast Manager offers content filtering, timeout monitoring, | ||
36 | sending of RTR frames, and cyclic CAN messages without permanent user | ||
37 | interaction. The BCM can be 'programmed' via the BSD socket API and | ||
38 | informs you on demand e.g. only on content updates / timeouts. | ||
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). | ||
41 | To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM. | ||