brintos

brintos / linux-shallow public Read only

0
0
Text · 2.7 KiB · 570ad90 Raw
118 lines · plain
1# SPDX-License-Identifier: GPL-2.02# common clock support for ROCKCHIP SoC family.3 4config COMMON_CLK_ROCKCHIP5	bool "Rockchip clock controller common support"6	depends on ARCH_ROCKCHIP7	default ARCH_ROCKCHIP8	help9	  Say y here to enable common clock controller for Rockchip platforms.10 11if COMMON_CLK_ROCKCHIP12config CLK_PX3013	bool "Rockchip PX30 clock controller support"14	depends on ARM64 || COMPILE_TEST15	default y16	help17	  Build the driver for PX30 Clock Driver.18 19config CLK_RV110X20	bool "Rockchip RV110x clock controller support"21	depends on ARM || COMPILE_TEST22	default y23	help24	  Build the driver for RV110x Clock Driver.25 26config CLK_RV112627	bool "Rockchip RV1126 clock controller support"28	depends on ARM || COMPILE_TEST29	default y30	help31	  Build the driver for RV1126 Clock Driver.32 33config CLK_RK303634	bool "Rockchip RK3036 clock controller support"35	depends on ARM || COMPILE_TEST36	default y37	help38	  Build the driver for RK3036 Clock Driver.39 40config CLK_RK312X41	bool "Rockchip RK312x clock controller support"42	depends on ARM || COMPILE_TEST43	default y44	help45	  Build the driver for RK312x Clock Driver.46 47config CLK_RK318848	bool "Rockchip RK3188 clock controller support"49	depends on ARM || COMPILE_TEST50	default y51	help52	  Build the driver for RK3188 Clock Driver.53 54config CLK_RK322X55	bool "Rockchip RK322x clock controller support"56	depends on ARM || COMPILE_TEST57	default y58	help59	  Build the driver for RK322x Clock Driver.60 61config CLK_RK328862	bool "Rockchip RK3288 clock controller support"63	depends on ARM || COMPILE_TEST64	default y65	help66	  Build the driver for RK3288 Clock Driver.67 68config CLK_RK330869	bool "Rockchip RK3308 clock controller support"70	depends on ARM64 || COMPILE_TEST71	default y72	help73	  Build the driver for RK3308 Clock Driver.74 75config CLK_RK332876	bool "Rockchip RK3328 clock controller support"77	depends on ARM64 || COMPILE_TEST78	default y79	help80	  Build the driver for RK3328 Clock Driver.81 82config CLK_RK336883	bool "Rockchip RK3368 clock controller support"84	depends on ARM64 || COMPILE_TEST85	default y86	help87	  Build the driver for RK3368 Clock Driver.88 89config CLK_RK339990	bool "Rockchip RK3399 clock controller support"91	depends on ARM64 || COMPILE_TEST92	default y93	help94	  Build the driver for RK3399 Clock Driver.95 96config CLK_RK356897	bool "Rockchip RK3568 clock controller support"98	depends on ARM64 || COMPILE_TEST99	default y100	help101	  Build the driver for RK3568 Clock Driver.102 103config CLK_RK3576104	bool "Rockchip RK3576 clock controller support"105	depends on ARM64 || COMPILE_TEST106	default y107	help108	  Build the driver for RK3576 Clock Driver.109 110config CLK_RK3588111	bool "Rockchip RK3588 clock controller support"112	depends on ARM64 || COMPILE_TEST113	default y114	help115	  Build the driver for RK3588 Clock Driver.116 117endif118