treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / net / decnet / netfilter / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# DECnet netfilter configuration
4#
5
6menu "DECnet: Netfilter Configuration"
ba7244e4 7 depends on DECNET && NETFILTER
33b8e776 8 depends on NETFILTER_ADVANCED
1da177e4
LT
9
10config DECNET_NF_GRABULATOR
11 tristate "Routing message grabulator (for userland routing daemon)"
12 help
13 Enable this module if you want to use the userland DECnet routing
14 daemon. You will also need to enable routing support for DECnet
15 unless you just want to monitor routing messages from other nodes.
16
17endmenu