1menuconfig RTT_POSIX_TESTCASE_NET_IF_H
2    bool "<net/if.h>"
3    default n
4
5if RTT_POSIX_TESTCASE_NET_IF_H
6
7    config NET_IF_H_NAMEINDEX
8        bool "<net/if.h> -> if_freenameindex, if_indextoname, if_nameindex, if_nametoindex"
9        default n
10
11endif
12