# SPDX-License-Identifier: GPL-2.0-only menuconfig [31mCONFIG_CLK_SUNXI[0m bool "Legacy clock support for Allwinner SoCs" depends on [31mCONFIG_ARCH_SUNXI[0m || [31mCONFIG_COMPILE_TEST[0m default y if [31mCONFIG_CLK_SUNXI[0m config [31mCONFIG_CLK_SUNXI_CLOCKS[0m bool "Legacy clock drivers" default y help Legacy clock drivers being used on older (A10, A13, A20, A23, A31, A80) SoCs. These drivers are kept around for Device Tree backward compatibility issues, in case one would still use a Device Tree with one clock provider by node. Newer Device Trees and newer SoCs use the drivers controlled by CONFIG_SUNXI_CCU. config [31mCONFIG_CLK_SUNXI_PRCM_SUN6I[0m bool "Legacy A31 PRCM driver" select [31mCONFIG_MFD_SUN6I_PRCM[0m default y help Legacy clock driver for the A31 PRCM clocks. Those are usually needed for the PMIC communication, mostly. config [31mCONFIG_CLK_SUNXI_PRCM_SUN8I[0m bool "Legacy sun8i PRCM driver" select [31mCONFIG_MFD_SUN6I_PRCM[0m default y help Legacy clock driver for the sun8i family PRCM clocks. Those are usually needed for the PMIC communication, mostly. config [31mCONFIG_CLK_SUNXI_PRCM_SUN9I[0m bool "Legacy A80 PRCM driver" default y help Legacy clock driver for the A80 PRCM clocks. Those are usually needed for the PMIC communication, mostly. endif |