CONFIG_ESPI_FLASH_CHANNEL

ESPI flash channel

Type: bool

Help

eSPI Controller supports flash channel.

Direct dependencies

(ESPI_XEC && ESPI) || ESPI

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/drivers/espi/Kconfig.xec:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:90<Zephyr>/drivers/espi/Kconfig:13

Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver

config ESPI_FLASH_CHANNEL
    bool
    default y
    depends on ESPI_XEC && ESPI

At <Zephyr>/drivers/espi/Kconfig:73

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:90

Menu path: (Top) → Device Drivers → ESPI Driver

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.)