:orphan: .. title:: ESPI_PERIPHERAL_UART_SOC_MAPPING .. option:: CONFIG_ESPI_PERIPHERAL_UART_SOC_MAPPING *SoC port exposed as logical eSPI UART* Type: ``int`` Help ==== This tells the driver to which SoC UART to direct the UART traffic send over eSPI from host. Direct dependencies =================== \ :option:`ESPI_PERIPHERAL_UART ` && \ :option:`ESPI_XEC ` && \ :option:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/espi/Kconfig.xec:32`` 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_UART_SOC_MAPPING int "SoC port exposed as logical eSPI UART" default 2 depends on \ :option:`ESPI_PERIPHERAL_UART ` && \ :option:`ESPI_XEC ` && \ :option:`ESPI ` help This tells the driver to which SoC UART to direct the UART traffic send over eSPI from host. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*