Skip to content

Commit 868c2e7

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 <phil@raspberrypi.com>
1 parent 45f7099 commit 868c2e7

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
@@ -672,7 +672,7 @@ config PINCTRL_MLXBF3
672672

673673
config PINCTRL_RP1
674674
tristate "Pinctrl driver for RP1"
675-
depends on MISC_RP1
675+
depends on MISC_RP1 || MFD_RP1
676676
default MISC_RP1
677677
select PINMUX
678678
select PINCONF

0 commit comments

Comments
 (0)