linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Subject: Re: [PATCH] pinctrl: actions: Add depends on || COMPILE_TEST
Date: Fri, 12 Feb 2021 14:51:09 +0530	[thread overview]
Message-ID: <20210212092109.GA18975@work> (raw)
In-Reply-To: <20210212081411.50774-1-linus.walleij@linaro.org>

On Fri, Feb 12, 2021 at 09:14:11AM +0100, Linus Walleij wrote:
> I happened to apply the v1 of the patch restriction the
> selection to ARM or ARM64, sorry for my sloppiness.
> Fixing up the mistake as I can't back the patch out now.
> 
> Fixes: 5784921f7b6c ("pinctrl: actions: Add the platform dependency to drivers")
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Thanks,
Mani

> ---
>  drivers/pinctrl/actions/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/pinctrl/actions/Kconfig b/drivers/pinctrl/actions/Kconfig
> index 8bb8345b17da..119f0e471efd 100644
> --- a/drivers/pinctrl/actions/Kconfig
> +++ b/drivers/pinctrl/actions/Kconfig
> @@ -12,21 +12,21 @@ config PINCTRL_OWL
>  
>  config PINCTRL_S500
>  	bool "Actions Semi S500 pinctrl driver"
> -	depends on ARM
> +	depends on ARM || COMPILE_TEST
>  	depends on PINCTRL_OWL
>  	help
>  	  Say Y here to enable Actions Semi S500 pinctrl driver
>  
>  config PINCTRL_S700
>  	bool "Actions Semi S700 pinctrl driver"
> -	depends on ARM64
> +	depends on ARM64 || COMPILE_TEST
>  	depends on PINCTRL_OWL
>  	help
>  	  Say Y here to enable Actions Semi S700 pinctrl driver
>  
>  config PINCTRL_S900
>  	bool "Actions Semi S900 pinctrl driver"
> -	depends on ARM64
> +	depends on ARM64 || COMPILE_TEST
>  	depends on PINCTRL_OWL
>  	help
>  	  Say Y here to enable Actions Semi S900 pinctrl driver
> -- 
> 2.29.2
> 

      reply	other threads:[~2021-02-12  9:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12  8:14 [PATCH] pinctrl: actions: Add depends on || COMPILE_TEST Linus Walleij
2021-02-12  9:21 ` Manivannan Sadhasivam [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=20210212092109.GA18975@work \
    --to=manivannan.sadhasivam@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).