:orphan: .. title:: ESPI_FLASH_CHANNEL .. option:: CONFIG_ESPI_FLASH_CHANNEL *ESPI flash channel* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``drivers/espi/Kconfig.xec:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` → ``drivers/espi/Kconfig:13`` Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver .. parsed-literal:: config ESPI_FLASH_CHANNEL bool default y depends on \ :option:`ESPI_XEC ` && \ :option:`ESPI ` ---- At ``drivers/espi/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver .. parsed-literal:: config ESPI_FLASH_CHANNEL bool "ESPI flash channel" depends on \ :option:`ESPI ` help eSPI Controller supports flash channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*