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 <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 21:21:23 +02:00 committed by Carles Cufí
commit f9d8f34eba

View file

@ -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"