Kconfig 316 B

12345678
  1. config CPU_DVFS_SYSTEM_BOOTUP_BOOST
  2. bool "cpu dvfs system bootup boost"
  3. default y
  4. depends on MT_BOOT_TIME_CPU_BOOST
  5. help
  6. CPU_DVFS_SYSTEM_BOOTUP_BOOST is used to enhance system bootup time by fixing
  7. CPU at max CPU frequency before bootup procedure finished. Say y here to enable
  8. it and say n to disable it.