xref: /linux/net/netlabel/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2d15c345fSPaul Moore#
3d15c345fSPaul Moore# NetLabel configuration
4d15c345fSPaul Moore#
5d15c345fSPaul Moore
6d15c345fSPaul Mooreconfig NETLABEL
7d15c345fSPaul Moore	bool "NetLabel subsystem support"
838c94377SPaul Moore	depends on SECURITY
9ceba1832SHuw Davies	select CRC_CCITT if IPV6
10d15c345fSPaul Moore	default n
11d15c345fSPaul Moore	---help---
12d15c345fSPaul Moore	  NetLabel provides support for explicit network packet labeling
13d15c345fSPaul Moore	  protocols such as CIPSO and RIPSO.  For more information see
144cc67735SPaul Moore	  Documentation/netlabel as well as the NetLabel SourceForge project
154cc67735SPaul Moore	  for configuration tools and additional documentation.
164cc67735SPaul Moore
174cc67735SPaul Moore	   * http://netlabel.sf.net
18d15c345fSPaul Moore
19d15c345fSPaul Moore	  If you are unsure, say N.
20