:orphan: .. title:: ESPI_PERIPHERAL_CUSTOM_OPCODE .. option:: CONFIG_ESPI_PERIPHERAL_CUSTOM_OPCODE *Host peripheral device support customized opcode* Type: ``bool`` Help ==== Enables opcode is customized for certain platforms such as Chromebook and so on over eSPI peripheral channel. Direct dependencies =================== (\ :option:`ESPI_NPCX ` && \ :option:`ESPI `) || (\ :option:`ESPI_PERIPHERAL_CHANNEL ` && \ :option:`ESPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``drivers/espi/Kconfig.npcx:54`` 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_PERIPHERAL_CUSTOM_OPCODE bool default y depends on \ :option:`ESPI_NPCX ` && \ :option:`ESPI ` ---- At ``drivers/espi/Kconfig:140`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver .. parsed-literal:: config ESPI_PERIPHERAL_CUSTOM_OPCODE bool "Host peripheral device support customized opcode" depends on \ :option:`ESPI_PERIPHERAL_CHANNEL ` && \ :option:`ESPI ` help Enables opcode is customized for certain platforms such as Chromebook and so on over eSPI peripheral channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*