CONFIG_ESPI_PERIPHERAL_UART
UART peripheral
Type: bool
Help
Enables UART over eSPI peripheral channel.
Direct dependencies
(ESPI_XEC
&& ESPI
) || (ESPI_XEC_V2
&& ESPI
) || (ESPI_PERIPHERAL_CHANNEL
&& ESPI
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Kconfig definitions
At <Zephyr>/drivers/espi/Kconfig.xec:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
→ <Zephyr>/drivers/espi/Kconfig:13
Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver
config ESPI_PERIPHERAL_UART
bool
default y
depends on ESPI_XEC && ESPI
At <Zephyr>/drivers/espi/Kconfig.xec_v2:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
→ <Zephyr>/drivers/espi/Kconfig:15
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_UART
bool
default y
depends on ESPI_XEC_V2 && ESPI
At <Zephyr>/drivers/espi/Kconfig:86
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_UART
bool "UART peripheral"
depends on ESPI_PERIPHERAL_CHANNEL && ESPI
help
Enables UART over eSPI peripheral channel.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)