From bae8488168cd5e35be9d59e36a0535020199c57c Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 19 May 2026 19:23:13 +0100 Subject: [PATCH] clk: rp1: select REGMAP_MMIO We use regmap mmio so should select it Signed-off-by: Dom Cobley --- drivers/clk/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index cc95f10ed01bc8..60b454677d4741 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -90,6 +90,7 @@ config COMMON_CLK_RK808 config COMMON_CLK_RP1 tristate "Raspberry Pi RP1-based clock support" depends on MISC_RP1 || MFD_RP1 || COMPILE_TEST + select REGMAP_MMIO default MISC_RP1 help Enable common clock framework support for Raspberry Pi RP1.