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>
This commit is contained in:
Phil Elwell
2025-08-19 13:47:27 +01:00
committed by Dom Cobley
parent 7d9274f5ab
commit 89796de745
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ config COMMON_CLK_RK808
config COMMON_CLK_RP1
tristate "Raspberry Pi RP1-based clock support"
depends on MISC_RP1 || COMPILE_TEST
depends on MISC_RP1 || MFD_RP1 || COMPILE_TEST
default MISC_RP1
help
Enable common clock framework support for Raspberry Pi RP1.

View File

@@ -642,7 +642,7 @@ config PINCTRL_MLXBF3
config PINCTRL_RP1
tristate "Pinctrl driver for RP1"
depends on MISC_RP1
depends on MISC_RP1 || MFD_RP1
default MISC_RP1
select PINMUX
select PINCONF