mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
Add clock controller driver for sophgo cv1800b SoC Signed-off-by: Kongyang Liu <seashell11234455@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
|
|
|
|
config CLK_SOPHGO
|
|
bool
|
|
|
|
config CLK_SOPHGO_CV1800B
|
|
bool "Sophgo CV1800B clock support"
|
|
depends on CLK
|
|
select CLK_CCF
|
|
select CLK_SOPHGO
|
|
help
|
|
This enables support clock driver for Sophgo CV1800B SoC.
|