Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PECI_ASPEED
  3. tristate "ASPEED PECI support"
  4. depends on ARCH_ASPEED || COMPILE_TEST
  5. depends on OF
  6. depends on HAS_IOMEM
  7. depends on COMMON_CLK
  8. help
  9. This option enables PECI controller driver for ASPEED AST2400,
  10. AST2500 and AST2600 SoCs. It allows BMC to discover devices
  11. connected to it, and communicate with them using PECI protocol.
  12. Say Y here if your system runs on ASPEED SoC and you are using it
  13. as BMC for Intel platform.
  14. This driver can also be built as a module. If so, the module will
  15. be called peci-aspeed.
  16. config PECI_NPCM
  17. tristate "Nuvoton NPCM PECI support"
  18. depends on ARCH_NPCM || COMPILE_TEST
  19. depends on OF
  20. select REGMAP_MMIO
  21. help
  22. This option enables PECI controller driver for Nuvoton NPCM7XX
  23. and NPCM8XX SoCs. It allows BMC to discover devices connected
  24. to it and communicate with them using PECI protocol.
  25. Say Y here if you want support for the Platform Environment Control
  26. Interface (PECI) bus adapter driver on the Nuvoton NPCM SoCs.
  27. This support is also available as a module. If so, the module
  28. will be called peci-npcm.