linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency
@ 2021-08-25  8:25 Cai Huoqing
  2021-09-16 22:09 ` Linus Walleij
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

* Re: [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency
  2021-08-25  8:25 [PATCH] pinctrl: nomadik: Kconfig: Remove repeated config dependency Cai Huoqing
@ 2021-09-16 22:09 ` Linus Walleij
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ 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-09-16 22:09 ` Linus Walleij

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).