mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
kconfig: Changed default values of bool configs
- Some bool configs were using default values true and false, instead of y and n. * Original commit: espressif/esp-idf@25c5c214f3
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
b720d02fca
commit
eb536a74a0
@ -2,7 +2,7 @@ menu "LWIP-MOCK-CONFIG"
|
||||
|
||||
config LWIP_IPV6
|
||||
bool "Enable IPv6"
|
||||
default true
|
||||
default y
|
||||
help
|
||||
Enable/disable IPv6
|
||||
|
||||
|
Reference in New Issue
Block a user