: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* *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. Help ==== .. code-block:: none This tells the driver to which SoC UART to direct the UART traffic send over eSPI from host. MEC172x implements two UARTs. Direct dependencies =================== (\ :kconfig:`ESPI_PERIPHERAL_UART ` && \ :kconfig:`ESPI_XEC ` && \ :kconfig:`ESPI `) || (\ :kconfig:`ESPI_PERIPHERAL_UART ` && \ :kconfig:`ESPI_XEC_V2 ` && \ :kconfig:`ESPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2 - 1 Kconfig definitions =================== 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. ---- At ``/espi/Kconfig.xec_v2:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:15`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_UART_SOC_MAPPING int "SoC port exposed as logical eSPI UART" default 1 depends on ESPI_PERIPHERAL_UART && ESPI_XEC_V2 && ESPI help This tells the driver to which SoC UART to direct the UART traffic send over eSPI from host. MEC172x implements two UARTs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*