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