public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: altera-sysmgr: enable compile testing
@ 2025-09-25 15:05 Johan Hovold
  2025-10-08 16:02 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2025-09-25 15:05 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel, Johan Hovold

Nothing seems to prevent this driver from being compile tested so allow
that.

Signed-off-by: Johan Hovold <johan@kernel.org>
---
 drivers/mfd/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3c1b58181f79..aa950b0cfda3 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -45,7 +45,8 @@ config MFD_ALTERA_A10SR
 
 config MFD_ALTERA_SYSMGR
 	bool "Altera SOCFPGA System Manager"
-	depends on ARCH_INTEL_SOCFPGA && OF
+	depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
+	depends on OF
 	select MFD_SYSCON
 	help
 	  Select this to get System Manager support for all Altera branded
-- 
2.49.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mfd: altera-sysmgr: enable compile testing
  2025-09-25 15:05 [PATCH] mfd: altera-sysmgr: enable compile testing Johan Hovold
@ 2025-10-08 16:02 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2025-10-08 16:02 UTC (permalink / raw)
  To: Johan Hovold; +Cc: linux-kernel

On Thu, 25 Sep 2025, Johan Hovold wrote:

> Nothing seems to prevent this driver from being compile tested so allow
> that.
> 
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---
>  drivers/mfd/Kconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 3c1b58181f79..aa950b0cfda3 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -45,7 +45,8 @@ config MFD_ALTERA_A10SR
>  
>  config MFD_ALTERA_SYSMGR
>  	bool "Altera SOCFPGA System Manager"
> -	depends on ARCH_INTEL_SOCFPGA && OF
> +	depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
> +	depends on OF
>  	select MFD_SYSCON
>  	help
>  	  Select this to get System Manager support for all Altera branded

Applied, thanks

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-08 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25 15:05 [PATCH] mfd: altera-sysmgr: enable compile testing Johan Hovold
2025-10-08 16:02 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox