:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_XEC_ACPI_EC4 .. kconfig:: CONFIG_ESPI_PERIPHERAL_XEC_ACPI_EC4 CONFIG_ESPI_PERIPHERAL_XEC_ACPI_EC4 ################################### *SoC ACPI EC 4 over eSPI* Type: ``bool`` Help ==== .. code-block:: none Enable ACPI EC4 interface accessible via Host I/O over the ESPI Peripheral Channel. Direct dependencies =================== \ :kconfig:`ESPI_PERIPHERAL_CHANNEL ` && \ :kconfig:`ESPI_XEC_V2 ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/espi/Kconfig.xec_v2:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:15`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_XEC_ACPI_EC4 bool "SoC ACPI EC 4 over eSPI" depends on ESPI_PERIPHERAL_CHANNEL && ESPI_XEC_V2 && ESPI help Enable ACPI EC4 interface accessible via Host I/O over the ESPI Peripheral Channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*