Kconfig 590 B

123456789101112131415161718
  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.