:orphan: .. title:: CONFIG_PECI_INTERRUPT_DRIVEN .. kconfig:: CONFIG_PECI_INTERRUPT_DRIVEN CONFIG_PECI_INTERRUPT_DRIVEN ############################ *PECI driver interrupt support* Type: ``bool`` Help ==== .. code-block:: none 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 ``/peci/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:102`` Menu path: (Top) → Device Drivers .. code-block:: kconfig 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.)*