-
CONFIG_PECI_INTERRUPT_DRIVEN
¶
PECI driver interrupt support
Type: bool
Help¶
This is an option to be enabled by individual peci driver to indicate that the driver and hardware supports interrupts.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/peci/Kconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:100
Menu path: (Top) → Device Drivers
config PECI_INTERRUPT_DRIVEN
bool "PECI driver interrupt support"
help
This is an option to be enabled by individual peci driver
to indicate that the driver and hardware supports interrupts.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)