:orphan: .. title:: PECI .. option:: CONFIG_PECI *PECI Driver* Type: ``bool`` Help ==== Include PECI drivers in system config. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/peci/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:100`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig PECI bool "PECI Driver" help Include PECI drivers in system config. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*