35 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config PECI_ASPEED4 tristate "ASPEED PECI support"5 depends on ARCH_ASPEED || COMPILE_TEST6 depends on OF7 depends on HAS_IOMEM8 depends on COMMON_CLK9 help10 This option enables PECI controller driver for ASPEED AST2400,11 AST2500 and AST2600 SoCs. It allows BMC to discover devices12 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 it15 as BMC for Intel platform.16 17 This driver can also be built as a module. If so, the module will18 be called peci-aspeed.19 20config PECI_NPCM21 tristate "Nuvoton NPCM PECI support"22 depends on ARCH_NPCM || COMPILE_TEST23 depends on OF24 select REGMAP_MMIO25 help26 This option enables PECI controller driver for Nuvoton NPCM7XX27 and NPCM8XX SoCs. It allows BMC to discover devices connected28 to it and communicate with them using PECI protocol.29 30 Say Y here if you want support for the Platform Environment Control31 Interface (PECI) bus adapter driver on the Nuvoton NPCM SoCs.32 33 This support is also available as a module. If so, the module34 will be called peci-npcm.35