-
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¶
ESPI_PERIPHERAL_UART
&& ESPI_XEC
&& ESPI
(Includes any dependencies from ifs and menus.)
Default¶
2
Kconfig definition¶
At <Zephyr>/drivers/espi/Kconfig.xec:32
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_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.)