diff options
Diffstat (limited to 'net/netlabel/Kconfig')
| -rw-r--r-- | net/netlabel/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/netlabel/Kconfig b/net/netlabel/Kconfig index 56958c85f2b4..4383ac29693e 100644 --- a/net/netlabel/Kconfig +++ b/net/netlabel/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # NetLabel configuration # @@ -5,13 +6,14 @@ config NETLABEL bool "NetLabel subsystem support" depends on SECURITY + select CRC_CCITT if IPV6 default n - ---help--- + help NetLabel provides support for explicit network packet labeling protocols such as CIPSO and RIPSO. For more information see Documentation/netlabel as well as the NetLabel SourceForge project for configuration tools and additional documentation. - * http://netlabel.sf.net + * https://github.com/netlabel/netlabel_tools If you are unsure, say N. |
