CONFIG_ESPI_PERIPHERAL_XEC_ACPI_EC3

SoC ACPI EC 3 over eSPI

Type: bool

Help

Enable ACPI EC3 interface accessible via Host I/O over the
ESPI Peripheral Channel.

Direct dependencies

ESPI_PERIPHERAL_CHANNEL && ESPI_XEC_V2 && ESPI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/espi/Kconfig.xec_v2:74

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:92<Zephyr>/drivers/espi/Kconfig:15

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

config ESPI_PERIPHERAL_XEC_ACPI_EC3
    bool "SoC ACPI EC 3 over eSPI"
    depends on ESPI_PERIPHERAL_CHANNEL && ESPI_XEC_V2 && ESPI
    help
      Enable ACPI EC3 interface accessible via Host I/O over the
      ESPI Peripheral Channel.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)