diff options
author | Kurt Van Dijck <kurt.van.dijck@eia.be> | 2011-06-27 01:00:13 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-01 01:13:15 -0400 |
commit | b21f3c7ed98a153865a7094af7d85d84c188667e (patch) | |
tree | 0eb2db1a82b8317a1a1a3d1485c362c77e502d09 | |
parent | ea7ea65a3b37bf207d5c352ac6254506b3dc3901 (diff) |
can: remove useless defaults in Kconfig
There's no need for "default N' (or 'default n') as it's default.
Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/can/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index bbf06f77ee8c..906366b54037 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig | |||
@@ -4,7 +4,6 @@ menu "CAN Device Drivers" | |||
4 | config CAN_VCAN | 4 | config CAN_VCAN |
5 | tristate "Virtual Local CAN Interface (vcan)" | 5 | tristate "Virtual Local CAN Interface (vcan)" |
6 | depends on CAN | 6 | depends on CAN |
7 | default N | ||
8 | ---help--- | 7 | ---help--- |
9 | Similar to the network loopback devices, vcan offers a | 8 | Similar to the network loopback devices, vcan offers a |
10 | virtual local CAN interface. | 9 | virtual local CAN interface. |
@@ -15,7 +14,6 @@ config CAN_VCAN | |||
15 | config CAN_SLCAN | 14 | config CAN_SLCAN |
16 | tristate "Serial / USB serial CAN Adaptors (slcan)" | 15 | tristate "Serial / USB serial CAN Adaptors (slcan)" |
17 | depends on CAN | 16 | depends on CAN |
18 | default N | ||
19 | ---help--- | 17 | ---help--- |
20 | CAN driver for several 'low cost' CAN interfaces that are attached | 18 | CAN driver for several 'low cost' CAN interfaces that are attached |
21 | via serial lines or via USB-to-serial adapters using the LAWICEL | 19 | via serial lines or via USB-to-serial adapters using the LAWICEL |
@@ -125,7 +123,6 @@ source "drivers/net/can/softing/Kconfig" | |||
125 | config CAN_DEBUG_DEVICES | 123 | config CAN_DEBUG_DEVICES |
126 | bool "CAN devices debugging messages" | 124 | bool "CAN devices debugging messages" |
127 | depends on CAN | 125 | depends on CAN |
128 | default N | ||
129 | ---help--- | 126 | ---help--- |
130 | Say Y here if you want the CAN device drivers to produce a bunch of | 127 | Say Y here if you want the CAN device drivers to produce a bunch of |
131 | debug messages to the system log. Select this if you are having | 128 | debug messages to the system log. Select this if you are having |