Kconfig (a1926d1745114789687ac029ae8c58944b7d2256) Kconfig (03fd3cf5a179da12e6bee5e9d74b648aff68dc4c)
1menu "CAN Device Drivers"
2 depends on CAN
3
4config CAN_VCAN
5 tristate "Virtual Local CAN Interface (vcan)"
6 depends on CAN
7 default N
8 ---help---

--- 103 unchanged lines hidden (view full) ---

112 This driver can access CAN bus.
113
114source "drivers/net/can/mscan/Kconfig"
115
116source "drivers/net/can/sja1000/Kconfig"
117
118source "drivers/net/can/usb/Kconfig"
119
1menu "CAN Device Drivers"
2 depends on CAN
3
4config CAN_VCAN
5 tristate "Virtual Local CAN Interface (vcan)"
6 depends on CAN
7 default N
8 ---help---

--- 103 unchanged lines hidden (view full) ---

112 This driver can access CAN bus.
113
114source "drivers/net/can/mscan/Kconfig"
115
116source "drivers/net/can/sja1000/Kconfig"
117
118source "drivers/net/can/usb/Kconfig"
119
120source "drivers/net/can/softing/Kconfig"
121
120config CAN_DEBUG_DEVICES
121 bool "CAN devices debugging messages"
122 depends on CAN
123 default N
124 ---help---
125 Say Y here if you want the CAN device drivers to produce a bunch of
126 debug messages to the system log. Select this if you are having
127 a problem with CAN support and want to see more of what is going
128 on.
129
130endmenu
122config CAN_DEBUG_DEVICES
123 bool "CAN devices debugging messages"
124 depends on CAN
125 default N
126 ---help---
127 Say Y here if you want the CAN device drivers to produce a bunch of
128 debug messages to the system log. Select this if you are having
129 a problem with CAN support and want to see more of what is going
130 on.
131
132endmenu