Kconfig 579 B

123456789101112131415161718192021
  1. config SEC_PMSG
  2. tristate "PSTORE backend for saving android platform log"
  3. help
  4. TODO: help is not ready.
  5. config SEC_PMSG_TEST_FOR_ON_DEVICE
  6. tristate "KUnit test for sec_pmsg_test"
  7. depends on KUNIT
  8. depends on SEC_PMSG
  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_PMSG_TEST_FOR_ONLY_UML
  13. tristate "KUnit test for sec_pmsg_test"
  14. depends on KUNIT
  15. depends on UML
  16. depends on SEC_PMSG
  17. help
  18. TODO: Describe config fully.
  19. This CONFIG is recommended to set to y.