1menuconfig RTT_POSIX_TESTCASE_SYS_UIO_H
2    bool "<sys/shm.h>"
3    default n
4
5if RTT_POSIX_TESTCASE_SYS_UIO_H
6
7    config UIO_H_READV
8        bool "<sys/statvfs.h> -> readv"
9        default n
10
11    config UIO_H_WRITEV
12        bool "<sys/statvfs.h> -> writev"
13        default n
14
15endif
16