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:
parent
6367075dfe
commit
f9d8f34eba
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user