Skip to content

Commit b17403a

Browse files
smaeuljernejsk
authored andcommitted
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 <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]> Signed-off-by: Jernej Skrabec <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2b4c206 commit b17403a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/sunxi/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ config CLK_SUNXI_CLOCKS
1919

2020
config CLK_SUNXI_PRCM_SUN6I
2121
bool "Legacy A31 PRCM driver"
22-
select MFD_SUN6I_PRCM
2322
default y
2423
help
2524
Legacy clock driver for the A31 PRCM clocks. Those are
2625
usually needed for the PMIC communication, mostly.
2726

2827
config CLK_SUNXI_PRCM_SUN8I
2928
bool "Legacy sun8i PRCM driver"
30-
select MFD_SUN6I_PRCM
3129
default y
3230
help
3331
Legacy clock driver for the sun8i family PRCM clocks.

0 commit comments

Comments
 (0)