43 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig CLK_SUNXI3 bool "Legacy clock support for Allwinner SoCs"4 depends on (ARM && ARCH_SUNXI) || COMPILE_TEST5 default y6 7if CLK_SUNXI8 9config CLK_SUNXI_CLOCKS10 bool "Legacy clock drivers"11 default y12 help13 Legacy clock drivers being used on older (A10, A13, A20,14 A23, A31, A80) SoCs. These drivers are kept around for15 Device Tree backward compatibility issues, in case one would16 still use a Device Tree with one clock provider by17 node. Newer Device Trees and newer SoCs use the drivers18 controlled by CONFIG_SUNXI_CCU.19 20config CLK_SUNXI_PRCM_SUN6I21 bool "Legacy A31 PRCM driver"22 default y23 help24 Legacy clock driver for the A31 PRCM clocks. Those are25 usually needed for the PMIC communication, mostly.26 27config CLK_SUNXI_PRCM_SUN8I28 bool "Legacy sun8i PRCM driver"29 default y30 help31 Legacy clock driver for the sun8i family PRCM clocks.32 Those are usually needed for the PMIC communication,33 mostly.34 35config CLK_SUNXI_PRCM_SUN9I36 bool "Legacy A80 PRCM driver"37 default y38 help39 Legacy clock driver for the A80 PRCM clocks. Those are40 usually needed for the PMIC communication, mostly.41 42endif43