xref: /linux/drivers/clk/aspeed/Kconfig (revision 13c916af3abf98f4a2a00b9463d2fc00cc6bc00e)
103b3faa1SRyan Chen# SPDX-License-Identifier: GPL-2.0-only
203b3faa1SRyan Chen
303b3faa1SRyan Chenconfig COMMON_CLK_ASPEED
403b3faa1SRyan Chen        bool "Clock driver for Aspeed BMC SoCs"
503b3faa1SRyan Chen        depends on ARCH_ASPEED || COMPILE_TEST
603b3faa1SRyan Chen        default ARCH_ASPEED
703b3faa1SRyan Chen        select MFD_SYSCON
803b3faa1SRyan Chen        select RESET_CONTROLLER
903b3faa1SRyan Chen        help
1003b3faa1SRyan Chen          This driver supports the SoC clocks on the Aspeed BMC platforms.
1103b3faa1SRyan Chen
1203b3faa1SRyan Chen          The G4 and G5 series, including the ast2400 and ast2500, are supported
1303b3faa1SRyan Chen          by this driver.
14*fdc1eb62SRyan Chen
15*fdc1eb62SRyan Chenconfig COMMON_CLK_AST2700
16*fdc1eb62SRyan Chen        bool "Clock driver for AST2700 SoC"
17*fdc1eb62SRyan Chen        depends on ARCH_ASPEED || COMPILE_TEST
18*fdc1eb62SRyan Chen        help
19*fdc1eb62SRyan Chen          This driver provides support for clock on AST2700 SoC.
20*fdc1eb62SRyan Chen          The driver is responsible for managing the various clocks required
21*fdc1eb62SRyan Chen          by the peripherals and cores within the AST2700.
22