Kconfig 608 B

1234567891011121314151617181920212223242526
  1. #
  2. # samsung display platform
  3. #
  4. config SDP
  5. tristate "Samsung Display Platform"
  6. help
  7. Samsung Display Platform.
  8. config ADAPTIVE_MIPI_V2_TEST_FOR_ON_DEVICE
  9. tristate "KUnit test for adaptive_mipi_v2_test"
  10. depends on KUNIT
  11. depends on SDP
  12. help
  13. TODO: Describe config fully.
  14. If you run this test driver on device, SHOULD set this config as 'm' to build test driver modulraly.
  15. config ADAPTIVE_MIPI_V2_TEST_FOR_ONLY_UML
  16. tristate "KUnit test for adaptive_mipi_v2_test"
  17. depends on KUNIT
  18. depends on UML
  19. depends on SDP
  20. help
  21. TODO: Describe config fully.
  22. This CONFIG is recommended to set to y.