Skip to content

Commit b79e272

Browse files
pelwellpopcornmix
authored andcommitted
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 95c4cf1 commit b79e272

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
@@ -690,7 +690,7 @@ config PINCTRL_MLXBF3
690690

691691
config PINCTRL_RP1
692692
tristate "Pinctrl driver for RP1"
693-
depends on MISC_RP1
693+
depends on MISC_RP1 || MFD_RP1
694694
default MISC_RP1
695695
select PINMUX
696696
select PINCONF

0 commit comments

Comments
 (0)