Kconfig 226 B

1234567891011
  1. menuconfig RTT_POSIX_TESTCASE_DIRENT_H
  2. bool "<dirent.h>"
  3. default n
  4. if RTT_POSIX_TESTCASE_DIRENT_H
  5. config DIRENT_H_OPENDIR_READDIR_CLOSEDIR
  6. bool "<dirent.h> -> opendir, readdir, closedir"
  7. default n
  8. endif