CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT_PORT_NUM
Host I/O peripheral Private Channel
Type: hex
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).
Direct dependencies
ESPI_PERIPHERAL_HOST_IO_PVT
&& ESPI_PERIPHERAL_CHANNEL
&& ESPI
(Includes any dependencies from ifs and menus.)
Default
0x06A00000
Kconfig definition
At <Zephyr>/drivers/espi/Kconfig:106
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
Menu path: (Top) → Device Drivers → ESPI Driver → Host I/O peripheral Private Channel
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.)