:orphan: .. title:: PECI_INTERRUPT_DRIVEN .. option:: 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 ================== .. highlight:: kconfig At ``drivers/peci/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:100`` Menu path: (Top) → Device Drivers .. parsed-literal:: 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.)*