mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user