aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/can/Kconfig')
-rw-r--r--net/can/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/can/Kconfig b/net/can/Kconfig
index 0435fc42ab04..a15c0e0d1fc7 100644
--- a/net/can/Kconfig
+++ b/net/can/Kconfig
@@ -20,7 +20,7 @@ if CAN
20 20
21config CAN_RAW 21config CAN_RAW
22 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)" 22 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
23 default N 23 default y
24 ---help--- 24 ---help---
25 The raw CAN protocol option offers access to the CAN bus via 25 The raw CAN protocol option offers access to the CAN bus via
26 the BSD socket API. You probably want to use the raw socket in 26 the BSD socket API. You probably want to use the raw socket in
@@ -30,7 +30,7 @@ config CAN_RAW
30 30
31config CAN_BCM 31config CAN_BCM
32 tristate "Broadcast Manager CAN Protocol (with content filtering)" 32 tristate "Broadcast Manager CAN Protocol (with content filtering)"
33 default N 33 default y
34 ---help--- 34 ---help---
35 The Broadcast Manager offers content filtering, timeout monitoring, 35 The Broadcast Manager offers content filtering, timeout monitoring,
36 sending of RTR frames, and cyclic CAN messages without permanent user 36 sending of RTR frames, and cyclic CAN messages without permanent user
@@ -42,7 +42,7 @@ config CAN_BCM
42 42
43config CAN_GW 43config CAN_GW
44 tristate "CAN Gateway/Router (with netlink configuration)" 44 tristate "CAN Gateway/Router (with netlink configuration)"
45 default N 45 default y
46 ---help--- 46 ---help---
47 The CAN Gateway/Router is used to route (and modify) CAN frames. 47 The CAN Gateway/Router is used to route (and modify) CAN frames.
48 It is based on the PF_CAN core infrastructure for msg filtering and 48 It is based on the PF_CAN core infrastructure for msg filtering and