]> Pileus Git - ~andy/linux/commitdiff
can: Kconfig: switch on all CAN protocolls by default
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 20 Jul 2012 19:22:27 +0000 (21:22 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sat, 26 Jan 2013 15:58:58 +0000 (16:58 +0100)
This patch enables all basic CAN protocol by default.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
net/can/Kconfig

index 0435fc42ab046a0c9a879cb7d0eb995033c760ee..a15c0e0d1fc777889cbec22c94197963b834f9fc 100644 (file)
@@ -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