:orphan: .. title:: choice NPCX_HEADER_SPI_READ_MODE_CHOICE: Reading mode used by the SPI flash .. _choice_95: .. describe:: choice NPCX_HEADER_SPI_READ_MODE_CHOICE: Reading mode used by the SPI flash *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. 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 =================== (\ :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_SPI_READ_MODE_NORMAL ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_NORMAL ` Choice options ============== - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_NORMAL ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_FAST ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_DUAL ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_QUAD ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_NORMAL ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_FAST ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_DUAL ` - \ :kconfig:`NPCX_HEADER_SPI_READ_MODE_QUAD ` Kconfig definitions =================== At ``/arm/nuvoton_npcx/Kconfig:77`` 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_SPI_READ_MODE_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. ---- At ``/arm/nuvoton_npcx/Kconfig:77`` 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_SPI_READ_MODE_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.)*