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
 
 config CLK_SUNXI_PRCM_SUN6I
        bool "Legacy A31 PRCM driver"
-       select MFD_SUN6I_PRCM
        default y
        help
          Legacy clock driver for the A31 PRCM clocks. Those are
 
 config CLK_SUNXI_PRCM_SUN8I
        bool "Legacy sun8i PRCM driver"
-       select MFD_SUN6I_PRCM
        default y
        help
          Legacy clock driver for the sun8i family PRCM clocks.