Kconfig 283 B

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