Kconfig 516 B

12345678910111213141516
  1. config MTK_CLKMGR
  2. bool "Mediatek proprietary clock management"
  3. default n
  4. ---help---
  5. Mediatek proprietary clock management is used to operate
  6. the clocks. The clocks are composed of CG, MUX, PLL,
  7. non-MTCMOS. The operations of clocks are enabling,
  8. disabling, and querying status. If this config is not set,
  9. system will use COMMON_CLK instead.
  10. config MTK_DISABLE_SODI
  11. bool "Disable SODI"
  12. default n
  13. ---help---
  14. Select if you want to disable Screen ON DeepIdle (SODI).