CONFIG_SOC_IT8XXX2_PLL_FLASH_48M¶
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)
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At soc/riscv/riscv-ite/it8xxx2/Kconfig.soc:17
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:18
→ 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.)