-
CONFIG_ESPI_XEC
¶
XEC Microchip ESPI driver
Type: bool
Help¶
Enable the Microchip XEC ESPI driver.
Direct dependencies¶
(ESPI
&& BOARD_MEC15XXEVB_ASSY6853
) || (ESPI
&& SOC_MEC1501_HSZ
&& SOC_SERIES_MEC1501X
) || (SOC_FAMILY_MEC
&& ESPI
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr>/boards/arm/mec15xxevb_assy6853/Kconfig.defconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config ESPI_XEC
bool
default y
depends on ESPI && BOARD_MEC15XXEVB_ASSY6853
At <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501hsz:34
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/microchip_mec/Kconfig.defconfig:3
→ <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:17
Menu path: (Top)
config ESPI_XEC
bool
default y
depends on ESPI && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X
At <Zephyr>/drivers/espi/Kconfig.xec:6
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
config ESPI_XEC
bool "XEC Microchip ESPI driver"
depends on SOC_FAMILY_MEC && ESPI
help
Enable the Microchip XEC ESPI driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)