Blame view

net/llc/Kconfig 287 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
5
6
7
8
9
  config LLC
  	tristate
  	depends on NET
  
  config LLC2
  	tristate "ANSI/IEEE 802.2 LLC type 2 Support"
  	select LLC
  	help
a87e87dbf   Stephen Hemminger   llc: fix whitespa...
10
  	  This is a Logical Link Layer type 2, connection oriented support.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11
  	  Select this if you want to have support for PF_LLC sockets.