Kconfig 507 B

123456789101112131415161718
  1. menu "IPC Test"
  2. depends on RT_USING_DEVICE_IPC
  3. config RT_UTEST_COMPLETION
  4. bool "IPC Completion Test"
  5. default n
  6. help
  7. Build completion primitive unit tests to verify wait/notify semantics.
  8. Enable only when running the IPC utest suite.
  9. config RT_UTEST_WORKQUEUE
  10. bool "IPC Workqueue Test"
  11. default n
  12. help
  13. Compile the workqueue stress tests that schedule and cancel asynchronous
  14. jobs. Useful for validating driver workqueue usage during development.
  15. endmenu