Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.4-rc5 11 lines 287 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 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 10 This is a Logical Link Layer type 2, connection oriented support. 11 Select this if you want to have support for PF_LLC sockets.