Kconfig 459 B

1234567891011121314151617
  1. config MTK_LCM
  2. bool CONFIG_MTK_LCM
  3. default n
  4. help
  5. LCM driver
  6. config CUSTOM_KERNEL_LCM
  7. string "CUSTOM_KERNEL_LCM"
  8. help
  9. To choose kernel LCM driver name
  10. config MTK_LCM_DEVICE_TREE_SUPPORT
  11. bool "MTK_LCM_DEVICE_TREE_SUPPORT"
  12. help
  13. Decide whether to support LCM device tree based configuration.
  14. This feature requires the connection between display driver and LCM devices.
  15. Please also turn on MTK_LCM_DEVICE_TREE_SUPPORT in ProjectConfig.mk.