Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1727639

Re: [PATCH] pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TEST

From Randy Dunlap <rdunlap@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH] pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TEST
Date 2017-09-06 18:20 +0200
Message-ID <umLdw-4da-25@gated-at.bofh.it> (permalink)
References <umL3R-49l-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 09/06/17 09:08, Geert Uytterhoeven wrote:
> The Spreadtrum pinctrl drivers are only useful when building for a
> Spreadtrum platform.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> On top of Arnd's:
>   - pinctrl: sprd: add missing Kconfig dependency
>   - pinctrl: sprd: add CONFIG_OF dependency

or (probably with fuzz) on top of my previous patch:
https://lkml.org/lkml/2017/9/4/336

>  drivers/pinctrl/sprd/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pinctrl/sprd/Kconfig b/drivers/pinctrl/sprd/Kconfig
> index e75cde2e1b460d66..bc7f3fab22f1c431 100644
> --- a/drivers/pinctrl/sprd/Kconfig
> +++ b/drivers/pinctrl/sprd/Kconfig
> @@ -5,6 +5,7 @@
>  config PINCTRL_SPRD
>  	bool "Spreadtrum pinctrl driver"
>  	depends on OF
> +	depends on ARCH_SPRD || COMPILE_TEST
>  	select PINMUX
>  	select PINCONF
>  	select GENERIC_PINCONF
> 


-- 
~Randy

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TEST Geert Uytterhoeven <geert+renesas@glider.be> - 2017-09-06 18:10 +0200
  Re: [PATCH] pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or  COMPILE_TEST Randy Dunlap <rdunlap@infradead.org> - 2017-09-06 18:20 +0200

csiph-web