menu "LWIP-MOCK-CONFIG"

    config LWIP_IPV6
        bool "Enable IPv6"
        default y
        help
            Enable/disable IPv6

    config LWIP_IPV4
        bool "Enable IPv4"
        default y
        help
            Enable/disable IPv4

endmenu
