Files
esp-idf/components/mdns/host_test/components/esp_netif_linux/Kconfig
Laukik Hase 25c5c214f3 kconfig: Changed default values of bool configs
- Some bool configs were using default values true and false,
  instead of y and n.
2022-03-10 14:26:37 +05:30

10 lines
145 B
Plaintext

menu "LWIP-MOCK-CONFIG"
config LWIP_IPV6
bool "Enable IPv6"
default y
help
Enable/disable IPv6
endmenu