mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 06:50:37 +00:00

We're moving pistachio to generic MIPS kernel. The clk driver should be avilable to the generic MIPS kernel. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config COMMON_CLK_PISTACHIO
|
|
bool "Support for IMG Pistachio SoC clock controllers"
|
|
depends on MIPS || COMPILE_TEST
|
|
help
|
|
Support for the IMG Pistachio SoC clock controller.
|
|
Say Y if you want to include clock support.
|