| # PECI configuration options |
| # Copyright (c) 2020 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| Include PECI drivers in system config. |
| source "drivers/peci/Kconfig.xec" |
| source "subsys/logging/Kconfig.template.log_config" |
| config PECI_INIT_PRIORITY |
| int "PECI driver init priority" |
| PECI device driver initialization priority. |
| There isn't any critical component relying on this priority at |
| config PECI_INTERRUPT_DRIVEN |
| bool "PECI driver interrupt support" |
| This is an option to be enabled by individual peci driver |
| to indicate that the driver and hardware supports interrupts. |