:orphan: .. title:: choice NPCX_HEADER_FLASH_SIZE_CHOICE: Flash size .. _choice_97: .. describe:: choice NPCX_HEADER_FLASH_SIZE_CHOICE: Flash size *Flash size* *Flash size* Type: ``bool`` Help ==== .. code-block:: none This sets the SPI flash size. Help ==== .. code-block:: none This sets the SPI flash size. Direct dependencies =================== (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) || (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_0P5M_1M ` if \ :kconfig:`SOC_SERIES_NPCX7 ` || \ :kconfig:`SOC_SERIES_NPCX9 ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_16M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_0P5M_1M ` if \ :kconfig:`SOC_SERIES_NPCX7 ` || \ :kconfig:`SOC_SERIES_NPCX9 ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_16M ` Choice options ============== - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_0P5M_1M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_2M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_4M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_8M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_16M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_0P5M_1M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_2M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_4M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_8M ` - \ :kconfig:`NPCX_HEADER_FLASH_SIZE_16M ` Kconfig definitions =================== At ``/arm/nuvoton_npcx/Kconfig:138`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header .. code-block:: kconfig choice NPCX_HEADER_FLASH_SIZE_CHOICE bool "Flash size" default NPCX_HEADER_FLASH_SIZE_0P5M_1M if SOC_SERIES_NPCX7 || SOC_SERIES_NPCX9 default NPCX_HEADER_FLASH_SIZE_16M depends on NPCX_HEADER && SOC_FAMILY_NPCX help This sets the SPI flash size. ---- At ``/arm/nuvoton_npcx/Kconfig:138`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header .. code-block:: kconfig choice NPCX_HEADER_FLASH_SIZE_CHOICE bool "Flash size" default NPCX_HEADER_FLASH_SIZE_0P5M_1M if SOC_SERIES_NPCX7 || SOC_SERIES_NPCX9 default NPCX_HEADER_FLASH_SIZE_16M depends on NPCX_HEADER && SOC_FAMILY_NPCX help This sets the SPI flash size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*