xref: /linux/drivers/peci/controller/Kconfig (revision 6b56f5f1ef93ec1b34dee1ef72da33ec046f82be)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config PECI_ASPEED
4	tristate "ASPEED PECI support"
5	depends on ARCH_ASPEED || COMPILE_TEST
6	depends on OF
7	depends on HAS_IOMEM
8	depends on COMMON_CLK
9	help
10	  This option enables PECI controller driver for ASPEED AST2400,
11	  AST2500 and AST2600 SoCs. It allows BMC to discover devices
12	  connected to it, and communicate with them using PECI protocol.
13
14	  Say Y here if your system runs on ASPEED SoC and you are using it
15	  as BMC for Intel platform.
16
17	  This driver can also be built as a module. If so, the module will
18	  be called peci-aspeed.
19