Skip to content

Commit a05a2e7

Browse files
mripardLee Jones
authored andcommitted
mfd: sun6i-prcm: Allow to compile with COMPILE_TEST
Since this driver only has a dependency on ARCH_SUNXI just because it doesn't make any sense to run it on something else, we can definitely enable it through COMPILE_TEST as well to get some build coverage. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent 1d71670 commit a05a2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ config MFD_STA2X11
12461246

12471247
config MFD_SUN6I_PRCM
12481248
bool "Allwinner A31 PRCM controller"
1249-
depends on ARCH_SUNXI
1249+
depends on ARCH_SUNXI || COMPILE_TEST
12501250
select MFD_CORE
12511251
help
12521252
Support for the PRCM (Power/Reset/Clock Management) unit available

0 commit comments

Comments
 (0)