All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Johan Hovold <johan@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mfd: altera-sysmgr: enable compile testing
Date: Wed, 8 Oct 2025 17:02:18 +0100	[thread overview]
Message-ID: <20251008160218.GB8757@google.com> (raw)
In-Reply-To: <20250925150504.24955-1-johan@kernel.org>

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 [李琼斯]

      reply	other threads:[~2025-10-08 16:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-25 15:05 [PATCH] mfd: altera-sysmgr: enable compile testing Johan Hovold
2025-10-08 16:02 ` Lee Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251008160218.GB8757@google.com \
    --to=lee@kernel.org \
    --cc=johan@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.