Kconfig 394 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # SAE J1939 network layer core configuration
  4. #
  5. config CAN_J1939
  6. tristate "SAE J1939"
  7. depends on CAN
  8. help
  9. SAE J1939
  10. Say Y to have in-kernel support for j1939 socket type. This
  11. allows communication according to SAE j1939.
  12. The relevant parts in kernel are
  13. SAE j1939-21 (datalink & transport protocol)
  14. & SAE j1939-81 (network management).