Kconfig 623 B

1234567891011121314151617
  1. #
  2. # Controller Area Network (CAN) network layer core configuration
  3. #
  4. menuconfig CAN
  5. depends on NET
  6. tristate "CAN bus subsystem support"
  7. ---help---
  8. Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial
  9. communications protocol which was developed by Bosch in
  10. 1991, mainly for automotive, but now widely used in marine
  11. (NMEA2000), industrial, and medical applications.
  12. More information on the CAN network protocol family PF_CAN
  13. is contained in <Documentation/networking/can.txt>.
  14. If you want CAN support you should say Y here and also to the
  15. specific driver for your controller(s) below.