mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
18 lines
422 B
Text
18 lines
422 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
config SPL_CLK_JH7110
|
||
|
bool "SPL clock support for JH7110"
|
||
|
depends on STARFIVE_JH7110 && SPL
|
||
|
select SPL_CLK
|
||
|
select SPL_CLK_CCF
|
||
|
help
|
||
|
This enables SPL DM support for clock driver in JH7110.
|
||
|
|
||
|
config CLK_JH7110
|
||
|
bool "StarFive JH7110 clock support"
|
||
|
depends on STARFIVE_JH7110
|
||
|
select CLK
|
||
|
select CLK_CCF
|
||
|
help
|
||
|
This enables support clock driver for StarFive JH7110 SoC platform.
|