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:
Ulf Magnusson 2019-02-26 20:29:18 +01:00 committed by Anas Nashif
commit 9aab5cef96
19 changed files with 6 additions and 34 deletions

View file

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