From: Maxime Ripard Date: Fri, 22 Mar 2019 09:16:50 +0000 (+0100) Subject: mfd: sun6i-prcm: Allow to compile with COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a05a2e7998ab1badcf80aed47b5313934fd131fa;p=linux.git 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 Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 0ce2d8dfc5f1a..26ad6468d13a7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1246,7 +1246,7 @@ config MFD_STA2X11 config MFD_SUN6I_PRCM bool "Allwinner A31 PRCM controller" - depends on ARCH_SUNXI + depends on ARCH_SUNXI || COMPILE_TEST select MFD_CORE help Support for the PRCM (Power/Reset/Clock Management) unit available