blob: b0e646ac47eb598861b4a888bc3d854b1e49c12e [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002config LLC
3 tristate
4 depends on NET
5
6config LLC2
7 tristate "ANSI/IEEE 802.2 LLC type 2 Support"
8 select LLC
9 help
Stephen Hemmingera87e87d2018-07-24 12:29:04 -070010 This is a Logical Link Layer type 2, connection oriented support.
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 Select this if you want to have support for PF_LLC sockets.