Kconfig 769 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. menuconfig RTT_POSIX_TESTCASE_AIO_H
  2. bool "<aio.h>"
  3. default n
  4. if RTT_POSIX_TESTCASE_AIO_H
  5. config AIO_H_AIO_CANCEL
  6. bool "<aio.h -> aio_cancel>"
  7. default n
  8. config AIO_H_AIO_ERROR
  9. bool "<aio.h -> aio_error>"
  10. default n
  11. config AIO_H_AIO_FSYNC
  12. bool "<aio.h -> aio_fsync>"
  13. default n
  14. config AIO_H_AIO_READ
  15. bool "<aio.h -> aio_read>"
  16. default n
  17. config AIO_H_AIO_RETURN
  18. bool "<aio.h -> aio_return>"
  19. default n
  20. config AIO_H_AIO_SUSPEND
  21. bool "<aio.h -> aio_suspend>"
  22. default n
  23. config AIO_H_AIO_WRITE
  24. bool "<aio.h -> aio_write>"
  25. default n
  26. config AIO_H_AIO_LISTIO
  27. bool "<aio.h -> lio_listio>"
  28. default n
  29. endif