CONFIG_ESPI_XEC_PERIPHERAL_ACPI_SHD_MEM_SIZE

Host I/O peripheral port size for shared memory in MEC172X series

Type: int

Help

This is the port size used by the Host and EC to communicate over
the shared memory region to return the ACPI response data.

Direct dependencies

(ESPI_XEC_V2 || ESPI_PERIPHERAL_ACPI_SHM_REGION) && ESPI

(Includes any dependencies from ifs and menus.)

Default

  • 256

Kconfig definition

At <Driver>/espi/Kconfig.xec_v2:13

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

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

config ESPI_XEC_PERIPHERAL_ACPI_SHD_MEM_SIZE
    int "Host I/O peripheral port size for shared memory in MEC172X series"
    default 256
    depends on (ESPI_XEC_V2 || ESPI_PERIPHERAL_ACPI_SHM_REGION) && ESPI
    help
      This is the port size used by the Host and EC to communicate over
      the shared memory region to return the ACPI response data.

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