kconfiglib: Allow CONFIG_xxx= to disable booleans
But replace all sdkconfig.defaults to use the explicit =n (more correct)
This commit is contained in:
committed by
Angus Gratton
parent
393c29b656
commit
a56b3abf84
@@ -4,7 +4,7 @@ CONFIG_BT_ENABLED=y
|
||||
CONFIG_BLUEDROID_ENABLED=y
|
||||
CONFIG_CLASSIC_BT_ENABLED=y
|
||||
CONFIG_A2DP_ENABLE=y
|
||||
CONFIG_BT_SPP_ENABLED=
|
||||
CONFIG_GATTS_ENABLE=
|
||||
CONFIG_GATTC_ENABLE=
|
||||
CONFIG_BLE_SMP_ENABLE=
|
||||
CONFIG_BT_SPP_ENABLED=n
|
||||
CONFIG_GATTS_ENABLE=n
|
||||
CONFIG_GATTC_ENABLE=n
|
||||
CONFIG_BLE_SMP_ENABLE=n
|
||||
|
||||
Reference in New Issue
Block a user