:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_HOST_CMD_PARAM_PORT_NUM .. kconfig:: CONFIG_ESPI_PERIPHERAL_HOST_CMD_PARAM_PORT_NUM CONFIG_ESPI_PERIPHERAL_HOST_CMD_PARAM_PORT_NUM ############################################## *Host I/O peripheral port number for ec host command parameters* Type: ``hex`` Help ==== .. code-block:: none This is the port number used by the Host and EC to communicate over the eSPI peripheral channel to access the host command request and response data. Please ensure the Host code is configured to use for accessing these package data. Also, ensure the port number selected doesn't clash with the existing ports. Direct dependencies =================== \ :kconfig:`ESPI_PERIPHERAL_EC_HOST_CMD ` && \ :kconfig:`ESPI_PERIPHERAL_CHANNEL ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x0800 Kconfig definition ================== At ``/espi/Kconfig:157`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_HOST_CMD_PARAM_PORT_NUM hex "Host I/O peripheral port number for ec host command parameters" default 0x0800 depends on ESPI_PERIPHERAL_EC_HOST_CMD && ESPI_PERIPHERAL_CHANNEL && ESPI help This is the port number used by the Host and EC to communicate over the eSPI peripheral channel to access the host command request and response data. Please ensure the Host code is configured to use for accessing these package data. Also, ensure the port number selected doesn't clash with the existing ports. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*