-
CONFIG_ESPI_PERIPHERAL_DEBUG_PORT_80
¶
Debug Port 80 peripheral
Type: bool
Help¶
Enables debug Port 80 over eSPI peripheral channel.
Direct dependencies¶
(ESPI_XEC
&& ESPI
) || (ESPI_NPCX
&& ESPI
) || (ESPI_PERIPHERAL_CHANNEL
&& ESPI
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr>/drivers/espi/Kconfig.xec:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:90
→ <Zephyr>/drivers/espi/Kconfig:13
Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver
config ESPI_PERIPHERAL_DEBUG_PORT_80
bool
default y
depends on ESPI_XEC && ESPI
At <Zephyr>/drivers/espi/Kconfig.npcx:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:90
→ <Zephyr>/drivers/espi/Kconfig:15
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_DEBUG_PORT_80
bool
default y
depends on ESPI_NPCX && ESPI
At <Zephyr>/drivers/espi/Kconfig:112
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:90
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_DEBUG_PORT_80
bool "Debug Port 80 peripheral"
depends on ESPI_PERIPHERAL_CHANNEL && ESPI
help
Enables debug Port 80 over eSPI peripheral channel.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)