]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/llc/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / net / llc / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2config 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
a87e87db 10 This is a Logical Link Layer type 2, connection oriented support.
1da177e4 11 Select this if you want to have support for PF_LLC sockets.