:orphan: .. title:: ESPI_NPCX .. option:: CONFIG_ESPI_NPCX *Nuvoton NPCX embedded controller (EC) ESPI driver* Type: ``bool`` Help ==== Enable support for NPCX ESPI driver. The Intel Enhanced Serial Peripheral Interface (eSPI) provides a path for migrating host sub-devices via LPC to a lower pin count, higher bandwidth bus. So far, this driver supports all of functionalities beside flash channel support. It will be supported in the future. Please refer https://www.intel.com/content/www/us/en/support/articles/000020952/ software/chipset-software.html for more detail. Help ==== This option enables the Intel Enhanced Serial Peripheral Interface (eSPI) for NPCX family of processors. Direct dependencies =================== (\ :option:`ESPI ` && \ :option:`SOC_SERIES_NPCX7 `) || (\ :option:`SOC_FAMILY_NPCX ` && \ :option:`ESPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config ESPI_NPCX bool default y depends on \ :option:`ESPI ` && \ :option:`SOC_SERIES_NPCX7 ` help Enable support for NPCX ESPI driver. The Intel Enhanced Serial Peripheral Interface (eSPI) provides a path for migrating host sub-devices via LPC to a lower pin count, higher bandwidth bus. So far, this driver supports all of functionalities beside flash channel support. It will be supported in the future. Please refer https://www.intel.com/content/www/us/en/support/articles/000020952/ software/chipset-software.html for more detail. ---- At ``drivers/espi/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` → ``drivers/espi/Kconfig:15`` Menu path: (Top) → Device Drivers → ESPI Driver .. parsed-literal:: config ESPI_NPCX bool "Nuvoton NPCX embedded controller (EC) ESPI driver" depends on \ :option:`SOC_FAMILY_NPCX ` && \ :option:`ESPI ` help This option enables the Intel Enhanced Serial Peripheral Interface (eSPI) for NPCX family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*