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
|
@ -157,7 +157,6 @@ config BT_SETTINGS
|
|||
if BT_SETTINGS
|
||||
config BT_SETTINGS_CCC_STORE_ON_WRITE
|
||||
bool "Store CCC value immediately after it has been written"
|
||||
default n
|
||||
help
|
||||
Store Client Configuration Characteristic value right after it has
|
||||
been updated.
|
||||
|
@ -371,7 +370,6 @@ config BT_GATT_CACHING
|
|||
|
||||
config BT_GATT_ENFORCE_CHANGE_UNAWARE
|
||||
bool "GATT Enforce change-unaware state"
|
||||
default n
|
||||
depends on BT_GATT_CACHING
|
||||
help
|
||||
When enable this option blocks notification and indications to client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue