sec_panel_Kconfig 800 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. config PANEL_E3_S6E3HAE_AMB681AZ01_WQHD
  2. bool "LSI S6E3HAE LDI"
  3. config PANEL_E3_S6E3HAF_AMB679FN01_WQHD
  4. bool "LSI S6E3HAF LDI"
  5. config SAMSUNG_DEBUG_DISPLAY
  6. bool "Add Samsung Debugging code"
  7. default n
  8. config DISPLAY_SAMSUNG
  9. bool "mdss config for samsung product"
  10. default n
  11. config PANEL_KUNIT
  12. bool "KUnit test for panel"
  13. depends on SEC_KUNIT
  14. #
  15. # PANEL UNIQUE FEATURE
  16. #
  17. config DUAL_PANEL
  18. depends on DISPLAY_SAMSUNG
  19. bool "dual paneloperation"
  20. default n
  21. config PARTIAL_UPDATE
  22. depends on DISPLAY_SAMSUNG
  23. bool "partial update operation"
  24. default n
  25. config CABC_FUNCTION
  26. depends on DISPLAY_SAMSUNG
  27. bool "DDI cabc operation"
  28. default n
  29. config SUPPORT_POC_FLASH
  30. depends on DISPLAY_SAMSUNG
  31. bool "SUPPORT POC FLASH"
  32. default n
  33. config OPCODE_PARSER
  34. bool "OPCODE PARSER"
  35. default n