mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
4210be668a
Add a driver for the StarFive JH7100 clock generator. Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Co-developed-by: Emil Renner Berthing <kernel@esmil.dk> Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config CLK_STARFIVE_JH7100
|
|
bool "StarFive JH7100 clock support"
|
|
depends on SOC_STARFIVE || COMPILE_TEST
|
|
default SOC_STARFIVE
|
|
help
|
|
Say yes here to support the clock controller on the StarFive JH7100
|
|
SoC.
|