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

16 lines
283 B
Plaintext
Raw Normal View History

2022-07-04 10:20:04 +08:00
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