Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / net / can / Kconfig
blob57def0d573716941b0f86b8aeeb0b2f216031434
1 menu "CAN Device Drivers"
2         depends on CAN
4 config CAN_VCAN
5         tristate "Virtual Local CAN Interface (vcan)"
6         depends on CAN
7         default N
8         ---help---
9           Similar to the network loopback devices, vcan offers a
10           virtual local CAN interface.
12           This driver can also be built as a module.  If so, the module
13           will be called vcan.
15 config CAN_DEBUG_DEVICES
16         bool "CAN devices debugging messages"
17         depends on CAN
18         default N
19         ---help---
20           Say Y here if you want the CAN device drivers to produce a bunch of
21           debug messages to the system log.  Select this if you are having
22           a problem with CAN support and want to see more of what is going
23           on.
25 endmenu