All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency
@ 2021-08-25  8:25 ` Cai Huoqing
  0 siblings, 0 replies; 4+ messages in thread
From: Cai Huoqing @ 2021-08-25  8:25 UTC (permalink / raw)
  To: linus.walleij; +Cc: linux-arm-kernel, linux-gpio, linux-kernel, Cai Huoqing

remove it because "if (ARCH_U8500 || ARCH_NOMADIK)" is already used

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 drivers/pinctrl/nomadik/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/nomadik/Kconfig b/drivers/pinctrl/nomadik/Kconfig
index d6d849e51c74..0fea167c283f 100644
--- a/drivers/pinctrl/nomadik/Kconfig
+++ b/drivers/pinctrl/nomadik/Kconfig
@@ -22,7 +22,6 @@ if (ARCH_U8500 || ARCH_NOMADIK)
 
 config PINCTRL_NOMADIK
 	bool "Nomadik pin controller driver"
-	depends on ARCH_U8500 || ARCH_NOMADIK
 	depends on OF && GPIOLIB
 	select PINMUX
 	select PINCONF
-- 
2.25.1


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

* [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency
@ 2021-08-25  8:25 ` Cai Huoqing
  0 siblings, 0 replies; 4+ messages in thread
From: Cai Huoqing @ 2021-08-25  8:25 UTC (permalink / raw)
  To: linus.walleij; +Cc: linux-arm-kernel, linux-gpio, linux-kernel, Cai Huoqing

remove it because "if (ARCH_U8500 || ARCH_NOMADIK)" is already used

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 drivers/pinctrl/nomadik/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/nomadik/Kconfig b/drivers/pinctrl/nomadik/Kconfig
index d6d849e51c74..0fea167c283f 100644
--- a/drivers/pinctrl/nomadik/Kconfig
+++ b/drivers/pinctrl/nomadik/Kconfig
@@ -22,7 +22,6 @@ if (ARCH_U8500 || ARCH_NOMADIK)
 
 config PINCTRL_NOMADIK
 	bool "Nomadik pin controller driver"
-	depends on ARCH_U8500 || ARCH_NOMADIK
 	depends on OF && GPIOLIB
 	select PINMUX
 	select PINCONF
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency
  2021-08-25  8:25 ` Cai Huoqing
@ 2021-09-16 22:09   ` Linus Walleij
  -1 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-09-16 22:09 UTC (permalink / raw)
  To: Cai Huoqing; +Cc: Linux ARM, open list:GPIO SUBSYSTEM, linux-kernel

On Wed, Aug 25, 2021 at 10:25 AM Cai Huoqing <caihuoqing@baidu.com> wrote:

> remove it because "if (ARCH_U8500 || ARCH_NOMADIK)" is already used
>
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>

Oh right.

Patch applied.

Yours,
Linus Walleij

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

* Re: [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency
@ 2021-09-16 22:09   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-09-16 22:09 UTC (permalink / raw)
  To: Cai Huoqing; +Cc: Linux ARM, open list:GPIO SUBSYSTEM, linux-kernel

On Wed, Aug 25, 2021 at 10:25 AM Cai Huoqing <caihuoqing@baidu.com> wrote:

> remove it because "if (ARCH_U8500 || ARCH_NOMADIK)" is already used
>
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>

Oh right.

Patch applied.

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-09-16 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25  8:25 [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency Cai Huoqing
2021-08-25  8:25 ` Cai Huoqing
2021-09-16 22:09 ` Linus Walleij
2021-09-16 22:09   ` Linus Walleij

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.