CONFIG_SOC_IT8XXX2_PLL_FLASH_48M¶
Flash frequency is 48MHz
Flash frequency is 48MHz
Type: bool
Help¶
Change frequency of PLL, CPU, and flash to 48MHz during initialization.
Set n to use the default settings.
(PLL and CPU run at 48MHz, flash frequency is 16MHz)
Help¶
Change frequency of PLL, CPU, and flash to 48MHz during initialization.
Set n to use the default settings.
(PLL and CPU run at 48MHz, flash frequency is 16MHz)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/riscv/riscv-ite/it8xxx2/Kconfig.soc:17
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2 → <Zephyr SoC>/riscv/riscv-ite/Kconfig:14
Menu path: (Top) → Hardware Configuration
config SOC_IT8XXX2_PLL_FLASH_48M
    bool "Flash frequency is 48MHz"
    default y
    depends on SOC_IT8XXX2
    help
      Change frequency of PLL, CPU, and flash to 48MHz during initialization.
      Set n to use the default settings.
      (PLL and CPU run at 48MHz, flash frequency is 16MHz)
At <Zephyr SoC>/riscv/riscv-ite/it8xxx2/Kconfig.soc:17
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18 → <Zephyr SoC>/riscv/riscv-ite/Kconfig:14
Menu path: (Top) → Hardware Configuration
config SOC_IT8XXX2_PLL_FLASH_48M
    bool "Flash frequency is 48MHz"
    default y
    depends on SOC_IT8XXX2
    help
      Change frequency of PLL, CPU, and flash to 48MHz during initialization.
      Set n to use the default settings.
      (PLL and CPU run at 48MHz, flash frequency is 16MHz)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)