Kconfig 650 B

12345678910111213141516171819202122
  1. config SEC_CRASHKEY_LONG
  2. tristate "SEC Long key reset driver"
  3. depends on SEC_KEY_NOTIFIER
  4. help
  5. TODO: help is not ready.
  6. config SEC_CRASHKEY_LONG_TEST_FOR_ON_DEVICE
  7. tristate "KUnit test for sec_crashkey_long_test"
  8. depends on KUNIT
  9. depends on SEC_CRASHKEY_LONG
  10. help
  11. TODO: Describe config fully.
  12. If you run this test driver on device, SHOULD set this config as 'm' to build test driver modulraly.
  13. config SEC_CRASHKEY_LONG_TEST_FOR_ONLY_UML
  14. tristate "KUnit test for sec_crashkey_long_test"
  15. depends on KUNIT
  16. depends on UML
  17. depends on SEC_CRASHKEY_LONG
  18. help
  19. TODO: Describe config fully.
  20. This CONFIG is recommended to set to y.