CONFIG_ESPI_XEC_PERIPHERAL_HOST_CMD_PARAM_SIZE

Host I/O peripheral port size for ec host command 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 host command parameter data.

Direct dependencies

(ESPI_XEC_V2 || ESPI_PERIPHERAL_EC_HOST_CMD) && ESPI

(Includes any dependencies from ifs and menus.)

Default

  • 256

Kconfig definition

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

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

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

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

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