2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

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>
This commit is contained in:
Maxime Ripard 2019-03-22 10:16:50 +01:00 committed by Lee Jones
parent 1d71670e5e
commit a05a2e7998

View File

@ -1246,7 +1246,7 @@ config MFD_STA2X11
config MFD_SUN6I_PRCM config MFD_SUN6I_PRCM
bool "Allwinner A31 PRCM controller" bool "Allwinner A31 PRCM controller"
depends on ARCH_SUNXI depends on ARCH_SUNXI || COMPILE_TEST
select MFD_CORE select MFD_CORE
help help
Support for the PRCM (Power/Reset/Clock Management) unit available Support for the PRCM (Power/Reset/Clock Management) unit available