Kconfig 588 B

123456789101112131415161718192021
  1. config SEC_BOOT_STAT
  2. tristate "SEC Boot-stat driver"
  3. help
  4. TODO: help is not ready.
  5. config SEC_BOOT_STAT_TEST_FOR_ON_DEVICE
  6. tristate "KUnit test for sec_boot_stat_test"
  7. depends on KUNIT
  8. depends on SEC_BOOT_STAT
  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_BOOT_STAT_TEST_FOR_ONLY_UML
  13. tristate "KUnit test for sec_boot_stat_test"
  14. depends on KUNIT
  15. depends on SEC_BOOT_STAT
  16. depends on UML
  17. help
  18. TODO: Describe config fully.
  19. This CONFIG is recommended to set to y.