Kconfig 630 B

12345678910111213141516171819202122
  1. config SEC_UPLOAD_CAUSE
  2. tristate "SEC Panic Notifier Updating Upload Cause"
  3. help
  4. TODO: help is not ready.
  5. config SEC_UPLOAD_CAUSE_TEST_FOR_ON_DEVICE
  6. tristate "KUnit test for sec_upload_cause_test"
  7. depends on KUNIT
  8. depends on SEC_UPLOAD_CAUSE
  9. help
  10. TODO: Describe config fully.
  11. If you run this test driver on device, SHOULD set this config as 'm' to build test driver modulraly.
  12. config SEC_UPLOAD_CAUSE_TEST_FOR_ONLY_UML
  13. tristate "KUnit test for sec_upload_cause_test"
  14. depends on KUNIT
  15. depends on UML
  16. depends on SEC_UPLOAD_CAUSE
  17. help
  18. TODO: Describe config fully.
  19. This CONFIG is recommended to set to y.