diff options
| author | Tom Rini <[email protected]> | 2026-03-16 19:24:19 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-30 16:59:35 -0600 |
| commit | 0da1866a8fdd4d4bc4837ef2af281dbe010ae16b (patch) | |
| tree | ddf863bd093e9be9dc5c53cd89a3c1ed081ffcc8 /drivers/clk | |
| parent | bdbe24b2a27c47e854a8ddfe89bffa0e609c24eb (diff) | |
core: Rework REGMAP symbols implementation
As exposed by "make randconfig", we have an issue with the dependencies
for REGMAP (and xPL variants). As this is a library function, it should
always be selected and not depended on by other functionality. This is
largely done correctly today, so just correct the few outliers.
Acked-by: Anshul Dalal <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/clk')
| -rw-r--r-- | drivers/clk/microchip/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/microchip/Kconfig b/drivers/clk/microchip/Kconfig index 62072e100b1..6ac7c9c5654 100644 --- a/drivers/clk/microchip/Kconfig +++ b/drivers/clk/microchip/Kconfig @@ -2,6 +2,5 @@ config CLK_MPFS bool "Clock support for Microchip PolarFire SoC" depends on CLK && CLK_CCF depends on SYSCON - depends on REGMAP help This enables support clock driver for Microchip PolarFire SoC platform. |
