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
(ESPI_NPCX
&& ESPI
) || (ESPI_PERIPHERAL_CHANNEL
&& ESPI
)
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definitions
At <Zephyr>/drivers/espi/Kconfig.npcx:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
→ <Zephyr>/drivers/espi/Kconfig:17
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_CUSTOM_OPCODE
bool
default y
depends on ESPI_NPCX && ESPI
At <Zephyr>/drivers/espi/Kconfig:144
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_CUSTOM_OPCODE
bool "Host peripheral device support customized opcode"
depends on ESPI_PERIPHERAL_CHANNEL && 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.)