-
CONFIG_ESPI_PERIPHERAL_CHANNEL¶
eSPI peripheral channel
Type: bool
Help¶
eSPI Controller supports peripheral channel.
Default¶
y
Kconfig definition¶
At drivers/espi/Kconfig:35
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:90
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_CHANNEL
bool "eSPI peripheral channel"
default y
depends on ESPI
help
eSPI Controller supports peripheral channel.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)