Kconfig 652 B

12345678910111213141516171819202122232425
  1. menu "CAN Device Drivers"
  2. depends on CAN
  3. config CAN_VCAN
  4. tristate "Virtual Local CAN Interface (vcan)"
  5. depends on CAN
  6. default N
  7. ---help---
  8. Similar to the network loopback devices, vcan offers a
  9. virtual local CAN interface.
  10. This driver can also be built as a module. If so, the module
  11. will be called vcan.
  12. config CAN_DEBUG_DEVICES
  13. bool "CAN devices debugging messages"
  14. depends on CAN
  15. default N
  16. ---help---
  17. Say Y here if you want the CAN device drivers to produce a bunch of
  18. debug messages to the system log. Select this if you are having
  19. a problem with CAN support and want to see more of what is going
  20. on.
  21. endmenu