rt-thread/examples/utest/testcases/posix/sys/uio_h/Kconfig

16 lines
283 B
Plaintext

menuconfig RTT_POSIX_TESTCASE_SYS_UIO_H
bool "<sys/shm.h>"
default n
if RTT_POSIX_TESTCASE_SYS_UIO_H
config UIO_H_READV
bool "<sys/statvfs.h> -> readv"
default n
config UIO_H_WRITEV
bool "<sys/statvfs.h> -> writev"
default n
endif