:orphan: .. title:: choice: Reading mode used by the SPI flash .. _choice_80: .. describe:: choice: Reading mode used by the SPI flash *Reading mode used by the SPI flash* Type: ``bool`` Help ==== .. code-block:: none This sets the reading mode that can be used by the SPI flash. Reading modes supported are normal, fast, dual, and quad. Direct dependencies =================== \ :option:`NPCX_HEADER ` && \ :option:`SOC_FAMILY_NPCX ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NPCX_HEADER_SPI_READ_MODE_NORMAL ` Choice options ============== - \ :option:`NPCX_HEADER_SPI_READ_MODE_NORMAL ` - \ :option:`NPCX_HEADER_SPI_READ_MODE_FAST ` - \ :option:`NPCX_HEADER_SPI_READ_MODE_DUAL ` - \ :option:`NPCX_HEADER_SPI_READ_MODE_QUAD ` Kconfig definition ================== At ``/arm/nuvoton_npcx/Kconfig:59`` 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 .. code-block:: kconfig choice bool "Reading mode used by the SPI flash" default NPCX_HEADER_SPI_READ_MODE_NORMAL depends on NPCX_HEADER && SOC_FAMILY_NPCX help This sets the reading mode that can be used by the SPI flash. Reading modes supported are normal, fast, dual, and quad. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*