sec_panel_Kconfig 929 B

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