1# SPDX-License-Identifier: GPL-2.0-only 2 3config COMMON_CLK_ASPEED 4 bool "Clock driver for Aspeed BMC SoCs" 5 depends on ARCH_ASPEED || COMPILE_TEST 6 default ARCH_ASPEED 7 select MFD_SYSCON 8 select RESET_CONTROLLER 9 help 10 This driver supports the SoC clocks on the Aspeed BMC platforms. 11 12 The G4 and G5 series, including the ast2400 and ast2500, are supported 13 by this driver. 14 15config COMMON_CLK_AST2700 16 bool "Clock driver for AST2700 SoC" 17 depends on ARCH_ASPEED || COMPILE_TEST 18 help 19 This driver provides support for clock on AST2700 SoC. 20 The driver is responsible for managing the various clocks required 21 by the peripherals and cores within the AST2700. 22