Kconfig 318 B

1234567
  1. config RT_UTEST_DRIVERS_CORE
  2. bool "Drivers Core Test"
  3. default n
  4. help
  5. Build the unit tests that exercise the driver-core (device model) APIs,
  6. ensuring registration/probing flows behave as expected. Enable only when
  7. running the RT-Thread utest suite; production images should leave it off.