mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
a85e4c5208
ASPEED AST24xx/AST25xx/AST26xx SoCs support the PECI electrical interface (a.k.a PECI wire) that provides a communication channel with Intel processors. This driver allows BMC to discover devices connected to it and communicate with them using PECI protocol. Co-developed-by: Iwona Winiarska <iwona.winiarska@intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Acked-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Signed-off-by: Iwona Winiarska <iwona.winiarska@intel.com> Link: https://lore.kernel.org/r/20220208153639.255278-6-iwona.winiarska@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22 lines
627 B
Plaintext
22 lines
627 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
menuconfig PECI
|
|
tristate "PECI support"
|
|
help
|
|
The Platform Environment Control Interface (PECI) is an interface
|
|
that provides a communication channel to Intel processors and
|
|
chipset components from external monitoring or control devices.
|
|
|
|
If you are building a Baseboard Management Controller (BMC) kernel
|
|
for Intel platform say Y here and also to the specific driver for
|
|
your adapter(s) below. If unsure say N.
|
|
|
|
This support is also available as a module. If so, the module
|
|
will be called peci.
|
|
|
|
if PECI
|
|
|
|
source "drivers/peci/controller/Kconfig"
|
|
|
|
endif # PECI
|