Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: pistachio: Make it selectable for generic MIPS kernel

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>

authored by

Jiaxun Yang and committed by
Thomas Bogendoerfer
90429205 d32524a2

+10 -1
+1
drivers/clk/Kconfig
··· 403 403 source "drivers/clk/meson/Kconfig" 404 404 source "drivers/clk/mstar/Kconfig" 405 405 source "drivers/clk/mvebu/Kconfig" 406 + source "drivers/clk/pistachio/Kconfig" 406 407 source "drivers/clk/qcom/Kconfig" 407 408 source "drivers/clk/ralink/Kconfig" 408 409 source "drivers/clk/renesas/Kconfig"
+1 -1
drivers/clk/Makefile
··· 97 97 obj-y += mvebu/ 98 98 obj-$(CONFIG_ARCH_MXS) += mxs/ 99 99 obj-$(CONFIG_COMMON_CLK_NXP) += nxp/ 100 - obj-$(CONFIG_MACH_PISTACHIO) += pistachio/ 100 + obj-$(CONFIG_COMMON_CLK_PISTACHIO) += pistachio/ 101 101 obj-$(CONFIG_COMMON_CLK_PXA) += pxa/ 102 102 obj-$(CONFIG_COMMON_CLK_QCOM) += qcom/ 103 103 obj-y += ralink/
+8
drivers/clk/pistachio/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + 3 + config COMMON_CLK_PISTACHIO 4 + bool "Support for IMG Pistachio SoC clock controllers" 5 + depends on MIPS || COMPILE_TEST 6 + help 7 + Support for the IMG Pistachio SoC clock controller. 8 + Say Y if you want to include clock support.