Skip to content

Commit 47c125a

Browse files
committed
config: Allow MFD_RP1 as well as MISC_RP1
While we continue to use the downstream RP1 driver, update some other Kconfig settings to recognise MFD_RP1 as a valid RP1 driver. Signed-off-by: Phil Elwell <[email protected]>
1 parent f4b7a2b commit 47c125a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/clk/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ config COMMON_CLK_RK808
8989

9090
config COMMON_CLK_RP1
9191
tristate "Raspberry Pi RP1-based clock support"
92-
depends on MISC_RP1 || COMPILE_TEST
92+
depends on MISC_RP1 || MFD_RP1 || COMPILE_TEST
9393
default MISC_RP1
9494
help
9595
Enable common clock framework support for Raspberry Pi RP1.

drivers/pinctrl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ config PINCTRL_MLXBF3
639639

640640
config PINCTRL_RP1
641641
tristate "Pinctrl driver for RP1"
642-
depends on MISC_RP1
642+
depends on MISC_RP1 || MFD_RP1
643643
default MISC_RP1
644644
select PINMUX
645645
select PINCONF

0 commit comments

Comments
 (0)