From f9d8f34eba1070697b02fc641e19b4cbb09cc7af Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 21:21:23 +0200 Subject: [PATCH] net: remove superfluous default n for boolean bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas --- subsys/net/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/net/Kconfig b/subsys/net/Kconfig index 4977195049a..1b1bd93aa0b 100644 --- a/subsys/net/Kconfig +++ b/subsys/net/Kconfig @@ -73,7 +73,6 @@ if NETWORKING # which supports PM properly. config NET_POWER_MANAGEMENT bool - default n depends on PM_DEVICE source "subsys/net/Kconfig.hostname"