:orphan: .. title:: ESPI_FLASH_CHANNEL .. option:: CONFIG_ESPI_FLASH_CHANNEL *ESPI flash channel* Type: ``bool`` Help ==== .. code-block:: none eSPI Controller supports flash channel. Direct dependencies =================== (\ :option:`ESPI_XEC ` && \ :option:`ESPI `) || \ :option:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/espi/Kconfig.xec:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:90`` → ``/espi/Kconfig:13`` Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver .. code-block:: kconfig config ESPI_FLASH_CHANNEL bool default y depends on ESPI_XEC && ESPI ---- At ``/espi/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_FLASH_CHANNEL bool "ESPI flash channel" depends on ESPI help eSPI Controller supports flash channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*