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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue