net/ipfrag/Kconfig: NET_IPFRAG depends on IOB_NCHAINS > 0

This commit is contained in:
raiden00pl 2024-06-01 09:54:12 +02:00 committed by Alan Carvalho de Assis
parent e062f4591c
commit b01e8b1b6e

@ -6,7 +6,7 @@
config NET_IPFRAG
bool "IP fragmentation support"
default n
depends on (NET_IPv4 || NET_IPv6)
depends on (NET_IPv4 || NET_IPv6) && IOB_NCHAINS > 0
---help---
Enable support IP packet fragmentation and IP packet reassembly of
fragmented IP packets.