kconfig: Changed default values of bool configs

- Some bool configs were using default values true and false,
  instead of y and n.
This commit is contained in:
Laukik Hase 2022-03-10 14:26:37 +05:30
parent cc98ce3c3a
commit 25c5c214f3
No known key found for this signature in database
GPG Key ID: 11C571361F51A199
3 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@ menu "LWIP-MOCK-CONFIG"
config LWIP_IPV6
bool "Enable IPv6"
default true
default y
help
Enable/disable IPv6

View File

@ -120,7 +120,6 @@ menu "ESP-MQTT Configurations"
config MQTT_TASK_CORE_SELECTION_ENABLED
bool "Enable MQTT task core selection"
default false
help
This will enable core selection

View File

@ -2,7 +2,6 @@ menu "Example Configuration"
config EXAMPLE_ENABLE_HTTPS_USER_CALLBACK
bool "Enable user callback with HTTPS Server"
default false
help
Enable user callback for esp_https_server which can be used to get SSL context (connection information)
E.g. Certificate of the connected client