diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-07-20 15:22:27 -0400 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2013-01-26 10:58:58 -0500 |
commit | f66b0301fcab28f90c5c9249590a52239a005c5a (patch) | |
tree | 560885416c49fba3eb11d313f887c3076e111576 | |
parent | 6586c5d74e8c2883ed1246aae81275efb777c088 (diff) |
can: Kconfig: switch on all CAN protocolls by default
This patch enables all basic CAN protocol by default.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r-- | net/can/Kconfig | 6 |
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 | ||
21 | config CAN_RAW | 21 | config 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 | ||
31 | config CAN_BCM | 31 | config 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 | ||
43 | config CAN_GW | 43 | config 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 |