mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
90429205c0
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.
|