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