kconfig: Remove redundant 'default n' properties
Some more were added since the cleanup pass in June 2018. See e.g.
commit 2d50da70a1
("drivers: ipm: Kconfig: Remove redundant 'default n'
properties") for a motivation. It also avoids people wondering whether
or not they need to put in 'default n'.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
60186eba8c
commit
9aab5cef96
19 changed files with 6 additions and 34 deletions
|
@ -3,7 +3,6 @@ config ARCH
|
|||
|
||||
config XUK_DEBUG
|
||||
bool "Debug logging at lowest level"
|
||||
default n
|
||||
help
|
||||
When true, enables debug logging from the XUK layer in very
|
||||
early boot situations (including the 16 and 32 bit stub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue