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
|
@ -40,7 +40,6 @@ config HAS_COVERAGE_SUPPORT
|
|||
config COVERAGE
|
||||
bool "Create coverage data"
|
||||
depends on HAS_COVERAGE_SUPPORT
|
||||
default n
|
||||
help
|
||||
This option will build your application with the -coverage option
|
||||
which will generate data that can be used to create coverage reports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue