linux-yocto/drivers/clk/sunxi/Kconfig
Samuel Holland b17403a560 clk: sunxi: Do not select the PRCM MFD
The PRCM MFD driver is already selected by the two platforms where it is
actually used (MACH_SUN6I and MACH_SUN8I). Selecting it here builds it
unnecessarily on the rest of the Allwinner platforms.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220702190135.51744-2-samuel@sholland.org
2022-07-04 21:59:30 +02:00

1.1 KiB

SPDX-License-Identifier: GPL-2.0-only

menuconfig CLK_SUNXI bool "Legacy clock support for Allwinner SoCs" depends on (ARM && ARCH_SUNXI) || COMPILE_TEST default y

if CLK_SUNXI

config CLK_SUNXI_CLOCKS 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 CLK_SUNXI_PRCM_SUN6I bool "Legacy A31 PRCM driver" default y help Legacy clock driver for the A31 PRCM clocks. Those are usually needed for the PMIC communication, mostly.

config CLK_SUNXI_PRCM_SUN8I bool "Legacy sun8i PRCM driver" default y help Legacy clock driver for the sun8i family PRCM clocks. Those are usually needed for the PMIC communication, mostly.

config CLK_SUNXI_PRCM_SUN9I 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