xref: /openbmc/linux/net/can/j1939/Kconfig (revision 976e3645923bdd2fe7893aae33fd7a21098bfb28)
1*9d71dd0cSThe j1939 authors# SPDX-License-Identifier: GPL-2.0
2*9d71dd0cSThe j1939 authors#
3*9d71dd0cSThe j1939 authors# SAE J1939 network layer core configuration
4*9d71dd0cSThe j1939 authors#
5*9d71dd0cSThe j1939 authors
6*9d71dd0cSThe j1939 authorsconfig CAN_J1939
7*9d71dd0cSThe j1939 authors	tristate "SAE J1939"
8*9d71dd0cSThe j1939 authors	depends on CAN
9*9d71dd0cSThe j1939 authors	help
10*9d71dd0cSThe j1939 authors	  SAE J1939
11*9d71dd0cSThe j1939 authors	  Say Y to have in-kernel support for j1939 socket type. This
12*9d71dd0cSThe j1939 authors	  allows communication according to SAE j1939.
13*9d71dd0cSThe j1939 authors	  The relevant parts in kernel are
14*9d71dd0cSThe j1939 authors	  SAE j1939-21 (datalink & transport protocol)
15*9d71dd0cSThe j1939 authors	  & SAE j1939-81 (network management).
16