mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 11:21:26 -04:00
Add clock drivers for the EIC7700 SoC. The clock controller on the ESWIN EIC7700 provides various clocks to different IP blocks within the SoC. Signed-off-by: Yifeng Huang <huangyifeng@eswincomputing.com> Tested-by: Marcel Ziswiler <marcel@ziswiler.com> # ebc77 Reviewed-by: Brian Masney <bmasney@redhat.com> Signed-off-by: Xuyang Dong <dongxuyang@eswincomputing.com> Tested-by: Bo Gan <ganboing@gmail.com> # hfp550 Signed-off-by: Stephen Boyd <sboyd@kernel.org>
16 lines
455 B
Plaintext
16 lines
455 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config COMMON_CLK_ESWIN
|
|
bool
|
|
|
|
config COMMON_CLK_EIC7700
|
|
tristate "EIC7700 Clock Driver"
|
|
depends on ARCH_ESWIN || COMPILE_TEST
|
|
select COMMON_CLK_ESWIN
|
|
default ARCH_ESWIN
|
|
help
|
|
This driver provides support for clock controller on ESWIN EIC7700
|
|
SoC. The clock controller generates and supplies clocks to various
|
|
peripherals within the SoC.
|
|
Say yes here to support the clock controller on the EIC7700 SoC.
|