Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | config LLC |
| 3 | tristate |
| 4 | depends on NET |
| 5 | |
| 6 | config LLC2 |
| 7 | tristate "ANSI/IEEE 802.2 LLC type 2 Support" |
| 8 | select LLC |
| 9 | help |
Stephen Hemminger | a87e87d | 2018-07-24 12:29:04 -0700 | [diff] [blame] | 10 | This is a Logical Link Layer type 2, connection oriented support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | Select this if you want to have support for PF_LLC sockets. |