123456789101112131415161718192021 |
- config SEC_BOOT_STAT
- tristate "SEC Boot-stat driver"
- help
- TODO: help is not ready.
- config SEC_BOOT_STAT_TEST_FOR_ON_DEVICE
- tristate "KUnit test for sec_boot_stat_test"
- depends on KUNIT
- depends on SEC_BOOT_STAT
- help
- TODO: Describe config fully.
- If you run this test driver on device, SHOULD set this config as 'm' to build test driver modulraly.
- config SEC_BOOT_STAT_TEST_FOR_ONLY_UML
- tristate "KUnit test for sec_boot_stat_test"
- depends on KUNIT
- depends on SEC_BOOT_STAT
- depends on UML
- help
- TODO: Describe config fully.
- This CONFIG is recommended to set to y.
|