kconfigcheck: enable missing deps for NF and FW compression

Without these, generated config doesn't have FW compression enabled, and
a few other NF/IP -related options.

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7323>
This commit is contained in:
Clayton Craft 2025-11-09 15:01:26 -08:00 committed by The Friendly Merge Bot
parent 32c118b188
commit 8670cf46dd
No known key found for this signature in database

View file

@ -80,6 +80,7 @@ LBDAF = "y"
# on devices that like to coerce console=null
NULL_TTY = "m"
["category:default".">=5.19.0"."all"]
FW_LOADER_COMPRESS = "y"
FW_LOADER_COMPRESS_ZSTD = "y"
["category:default".">=4.20.0"."all"]
# required for systemd-oomd
@ -123,8 +124,10 @@ BRIDGE = "m"
BRIDGE_VLAN_FILTERING = "y"
CGROUP_BPF = "y"
FUSE_FS = "m"
IP_NF_IPTABLES_LEGACY = "m"
IP_NF_MANGLE = "m"
NETFILTER_XTABLES = "m"
NETFILTER_XTABLES_LEGACY = "y"
NETFILTER_XT_MATCH_COMMENT = "m"
SQUASHFS = "m"
SQUASHFS_XATTR = "y"
@ -178,10 +181,13 @@ NF_REJECT_IPV4 = "m"
IP_NF_IPTABLES = "m"
IP_NF_FILTER = "m"
IP_NF_TARGET_REJECT = "m"
NETFILTER_XTABLES_LEGACY = "y"
IP_NF_IPTABLES_LEGACY = "m"
IP_NF_NAT = "m"
NF_TABLES_IPV6 = "y"
NF_REJECT_IPV6 = "m"
IP6_NF_IPTABLES = "m"
IP6_NF_IPTABLES_LEGACY = "m"
IP6_NF_FILTER = "m"
IP6_NF_TARGET_REJECT = "m"
IP6_NF_NAT = "m"