:orphan: .. title:: NPCX_HEADER_FLASH_SIZE_2M .. option:: CONFIG_NPCX_HEADER_FLASH_SIZE_2M *SPI flash size 2M Bytes* Type: ``bool`` Help ==== .. code-block:: none The SPI flash size is 2M Bytes. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/nuvoton_npcx/Kconfig:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header → Flash size .. code-block:: kconfig config NPCX_HEADER_FLASH_SIZE_2M bool "SPI flash size 2M Bytes" depends on help The SPI flash size is 2M Bytes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*