diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-07-20 21:22:27 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2013-01-26 16:58:58 +0100 |
commit | f66b0301fcab28f90c5c9249590a52239a005c5a (patch) | |
tree | 560885416c49fba3eb11d313f887c3076e111576 /net/can | |
parent | 6586c5d74e8c2883ed1246aae81275efb777c088 (diff) | |
download | linux-f66b0301fcab28f90c5c9249590a52239a005c5a.tar.gz linux-f66b0301fcab28f90c5c9249590a52239a005c5a.tar.bz2 linux-f66b0301fcab28f90c5c9249590a52239a005c5a.zip |
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>
Diffstat (limited to 'net/can')
-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 config CAN_RAW tristate "Raw CAN Protocol (raw access with CAN-ID filtering)" - default N + default y ---help--- The raw CAN protocol option offers access to the CAN bus via the BSD socket API. You probably want to use the raw socket in @@ -30,7 +30,7 @@ config CAN_RAW config CAN_BCM tristate "Broadcast Manager CAN Protocol (with content filtering)" - default N + default y ---help--- The Broadcast Manager offers content filtering, timeout monitoring, sending of RTR frames, and cyclic CAN messages without permanent user @@ -42,7 +42,7 @@ config CAN_BCM config CAN_GW tristate "CAN Gateway/Router (with netlink configuration)" - default N + default y ---help--- The CAN Gateway/Router is used to route (and modify) CAN frames. It is based on the PF_CAN core infrastructure for msg filtering and |