:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_UART_SOC_MAPPING .. kconfig:: CONFIG_ESPI_PERIPHERAL_UART_SOC_MAPPING CONFIG_ESPI_PERIPHERAL_UART_SOC_MAPPING ####################################### *SoC port exposed as logical eSPI UART* Type: ``int`` Help ==== .. code-block:: none This tells the driver to which SoC UART to direct the UART traffic send over eSPI from host. Direct dependencies =================== \ :kconfig:`ESPI_PERIPHERAL_UART ` && \ :kconfig:`ESPI_XEC ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/espi/Kconfig.xec:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:13`` Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver .. code-block:: kconfig config ESPI_PERIPHERAL_UART_SOC_MAPPING int "SoC port exposed as logical eSPI UART" default 2 depends on ESPI_PERIPHERAL_UART && ESPI_XEC && 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.)*