net/ipfrag/Kconfig: NET_IPFRAG depends on IOB_NCHAINS > 0
This commit is contained in:
parent
e062f4591c
commit
b01e8b1b6e
@ -6,7 +6,7 @@
|
|||||||
config NET_IPFRAG
|
config NET_IPFRAG
|
||||||
bool "IP fragmentation support"
|
bool "IP fragmentation support"
|
||||||
default n
|
default n
|
||||||
depends on (NET_IPv4 || NET_IPv6)
|
depends on (NET_IPv4 || NET_IPv6) && IOB_NCHAINS > 0
|
||||||
---help---
|
---help---
|
||||||
Enable support IP packet fragmentation and IP packet reassembly of
|
Enable support IP packet fragmentation and IP packet reassembly of
|
||||||
fragmented IP packets.
|
fragmented IP packets.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user