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