Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. menuconfig MTK_FB
  2. bool "MediaTek Framebuffer Driver"
  3. depends on FB
  4. select FB_CFB_FILLRECT
  5. select FB_CFB_COPYAREA
  6. select FB_CFB_IMAGEBLIT
  7. select FB_SOFT_CURSOR
  8. ---help---
  9. This selects the MediaTek(R) frame buffer driver.
  10. If you want to use MediaTek(R) frame buffer diver, say Y here.
  11. If unsure, say N.
  12. config MTK_VIDEOX
  13. bool CONFIG_MTK_VIDEOX
  14. default n
  15. help
  16. CONFIG_MTK_VIDEOX
  17. config MTK_LCM_PHYSICAL_ROTATION
  18. string "MTK_LCM_PHYSICAL_ROTATION"
  19. help
  20. To set the angle between dimension of UI layout and LCM scan
  21. direction
  22. config LCM_HEIGHT
  23. string "LCM_HEIGHT"
  24. default "1920"
  25. help
  26. To set LCM resolution height size
  27. config LCM_WIDTH
  28. string "LCM_WIDTH"
  29. default "1080"
  30. help
  31. To set LCM resolution width size
  32. config CUSTOM_LCM_X
  33. string "LCM_X"
  34. default "0"
  35. help
  36. To set CUSTOM_LCM_X size
  37. config CUSTOM_LCM_Y
  38. string "LCM_Y"
  39. default "0"
  40. help
  41. To set CUSTOM_LCM_Y size
  42. config MTK_FB_SUPPORT_ASSERTION_LAYER
  43. bool "AEE Assertion Layer Support"
  44. depends on MTK_FB
  45. select FONT_SUPPORT
  46. select FONT_8x16
  47. default y
  48. ---help---
  49. This enable support for AEE assertion layer.
  50. If you want to enable AEE assertion layer support, say Y here.
  51. If unsure, say N.
  52. config MTK_AAL_SUPPORT
  53. bool "MTK_AAL_SUPPORT"
  54. default n
  55. help
  56. Decide whether to support ambient-light adaptive luma and
  57. display visual enhancement.
  58. This feature requires the cowork of AAL user-space algorithm process.
  59. Please also turn on MTK_AAL_SUPPORT in ProjectConfig.mk.
  60. config MTK_OD_SUPPORT
  61. bool "MTK_OD_SUPPORT"
  62. default n
  63. help
  64. Over drive LCD to enhance the response time.
  65. On high frame rate (e.g. 120Hz) platform, the LCD response time is
  66. not short enough to display clear moving objects.
  67. This feature allows to speed up the change time of each pixels.
  68. MUST fill the over-drive table correctly according to LCD property.
  69. config SINGLE_PANEL_OUTPUT
  70. bool "SINGLE_PANEL_OUTPUT"
  71. default n
  72. help
  73. Decide whether to support single panel display feature.
  74. Panel and tv can't not display at the same time.
  75. When hdmi plug in, only show display in tv, panle will be black screen.
  76. And when hdmi plug out, panel will resume.