rt-thread/examples/utest/testcases/posix/net/if_h/Kconfig

12 lines
255 B
Plaintext
Raw Normal View History

2022-07-04 10:20:04 +08:00
menuconfig RTT_POSIX_TESTCASE_NET_IF_H
bool "<net/if.h>"
default n
if RTT_POSIX_TESTCASE_NET_IF_H
config NET_IF_H_NAMEINDEX
bool "<net/if.h> -> if_freenameindex, if_indextoname, if_nameindex, if_nametoindex"
default n
endif