[NETFILTER]: Solve Kconfig dependency problem

As suggested by Roman Zippel.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Harald Welte and committed by David S. Miller 628f87f3 987905de

+1 -3
+1 -3
net/ipv4/netfilter/Kconfig
··· 8 8 # connection tracking, helpers and protocols 9 9 config IP_NF_CONNTRACK 10 10 tristate "Connection tracking (required for masq/NAT)" 11 - select NETFILTER_NETLINK if IP_NF_CONNTRACK_NETLINK!=n 12 11 ---help--- 13 12 Connection tracking keeps a record of what packets have passed 14 13 through your machine, in order to figure out how they are related ··· 54 55 config IP_NF_CONNTRACK_NETLINK 55 56 tristate 'Connection tracking netlink interface' 56 57 depends on IP_NF_CONNTRACK && NETFILTER_NETLINK 57 - default IP_NF_CONNTRACK if NETFILTER_NETLINK=y 58 - default m if NETFILTER_NETLINK=m 58 + depends on IP_NF_CONNTRACK!=y || NETFILTER_NETLINK!=m 59 59 help 60 60 This option enables support for a netlink-based userspace interface 61 61