1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig PECI 4 tristate "PECI support" 5 help 6 The Platform Environment Control Interface (PECI) is an interface 7 that provides a communication channel to Intel processors and 8 chipset components from external monitoring or control devices. 9 10 If you are building a Baseboard Management Controller (BMC) kernel 11 for Intel platform say Y here and also to the specific driver for 12 your adapter(s) below. If unsure say N. 13 14 This support is also available as a module. If so, the module 15 will be called peci. 16 17if PECI 18 19source "drivers/peci/controller/Kconfig" 20 21endif # PECI 22