:orphan: .. title:: CONFIG_SOC_IT8XXX2_PLL_FLASH_48M .. kconfig:: CONFIG_SOC_IT8XXX2_PLL_FLASH_48M CONFIG_SOC_IT8XXX2_PLL_FLASH_48M ################################ *Flash frequency is 48MHz* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_IT8XXX2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/riscv/riscv-ite/it8xxx2/Kconfig.soc:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-ite/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*