:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT_PORT_NUM .. kconfig:: CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT_PORT_NUM CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT_PORT_NUM ########################################### *Host I/O peripheral Private Channel* Type: ``hex`` Help ==== .. code-block:: none This is the port number used by the Host and EC to communicate over the private channel. Please ensure the Host code is configured to use the same port. Also, ensure the port number selected doesn't clash with the existing ports (like 80, 92, 62 etc). Direct dependencies =================== \ :kconfig:`ESPI_PERIPHERAL_HOST_IO_PVT ` && \ :kconfig:`ESPI_PERIPHERAL_CHANNEL ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x06A00000 Kconfig definition ================== At ``/espi/Kconfig:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver → Host I/O peripheral Private Channel .. code-block:: kconfig config ESPI_PERIPHERAL_HOST_IO_PVT_PORT_NUM hex "Host I/O peripheral Private Channel" default 0x06A00000 depends on ESPI_PERIPHERAL_HOST_IO_PVT && ESPI_PERIPHERAL_CHANNEL && ESPI help This is the port number used by the Host and EC to communicate over the private channel. Please ensure the Host code is configured to use the same port. Also, ensure the port number selected doesn't clash with the existing ports (like 80, 92, 62 etc). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*