diff --git a/net/udp/Kconfig b/net/udp/Kconfig index e447002782..ec9609c361 100644 --- a/net/udp/Kconfig +++ b/net/udp/Kconfig @@ -19,6 +19,16 @@ config NET_UDP_NO_STACK ---help--- Build without UDP/IP stack even if UDP networking support enabled. +if NET_UDP + +config NET_BROADCAST + bool "UDP broadcast Rx support" + default n + ---help--- + Incoming UDP broadcast support + +endif # NET_UDP + if NET_UDP && !NET_UDP_NO_STACK config NET_UDP_BINDTODEVICE @@ -45,12 +55,6 @@ config NET_UDP_CONNS ---help--- The maximum amount of open concurrent UDP sockets -config NET_BROADCAST - bool "UDP broadcast Rx support" - default n - ---help--- - Incoming UDP broadcast support - config NET_UDP_READAHEAD bool "Enable UDP/IP read-ahead buffering" default y