Kconfig 602 B

123456789101112131415161718192021
  1. config SEC_REBOOT_CMD
  2. tristate "SEC Reboot Command Iterator"
  3. help
  4. TODO: help is not ready.
  5. config SEC_REBOOT_CMD_TEST_FOR_ON_DEVICE
  6. tristate "KUnit test for sec_reboot_cmd_test"
  7. depends on KUNIT
  8. depends on SEC_REBOOT_CMD
  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_REBOOT_CMD_TEST_FOR_ONLY_UML
  13. tristate "KUnit test for sec_reboot_cmd_test"
  14. depends on KUNIT
  15. depends on UML
  16. depends on SEC_REBOOT_CMD
  17. help
  18. TODO: Describe config fully.
  19. This CONFIG is recommended to set to y.