Kconfig 255 B

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