2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 02:20:36 +04:00
|
|
|
config LLC
|
|
|
|
tristate
|
|
|
|
depends on NET
|
|
|
|
|
|
|
|
config LLC2
|
|
|
|
tristate "ANSI/IEEE 802.2 LLC type 2 Support"
|
|
|
|
select LLC
|
|
|
|
help
|
2018-07-24 22:29:04 +03:00
|
|
|
This is a Logical Link Layer type 2, connection oriented support.
|
2005-04-17 02:20:36 +04:00
|
|
|
Select this if you want to have support for PF_LLC sockets.
|