mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Kconfig: Simplify the conditional default statement
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
e031a73aef
commit
abfe082a6f
+1
-2
@@ -30,8 +30,7 @@ config NET_BROADCAST
|
||||
|
||||
config NET_UDP_CHECKSUMS
|
||||
bool "UDP checksums"
|
||||
default y if NET_IPv6
|
||||
default n if !NET_IPv6
|
||||
default NET_IPv6
|
||||
---help---
|
||||
Enable/disable UDP checksum support. UDP checksum support is
|
||||
REQUIRED for IPv6.
|
||||
|
||||
Reference in New Issue
Block a user