All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove ARCH_SHMOBILE
@ 2016-03-02  1:55 Simon Horman
  2016-03-02  9:30 ` Geert Uytterhoeven
  2016-03-02 13:18 ` Sergei Shtylyov
  0 siblings, 2 replies; 6+ messages in thread
From: Simon Horman @ 2016-03-02  1:55 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-renesas-soc, Magnus Damm, Simon Horman

Since the removal of legacy (non-multiplatform) support this driver has not
been used by any Renesas ARM based SoCs.

This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/input/keyboard/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

 Based on v4.5-rc1

diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index ddd8148d51d7..984532c6e689 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -560,7 +560,7 @@ config KEYBOARD_SUNKBD
 
 config KEYBOARD_SH_KEYSC
 	tristate "SuperH KEYSC keypad support"
-	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+	depends on SUPERH || COMPILE_TEST
 	help
 	  Say Y here if you want to use a keypad attached to the KEYSC block
 	  on SuperH processors such as sh7722 and sh7343.
-- 
2.1.4

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

end of thread, other threads:[~2016-03-03  0:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02  1:55 [PATCH] Remove ARCH_SHMOBILE Simon Horman
2016-03-02  9:30 ` Geert Uytterhoeven
2016-03-02 16:00   ` Magnus Damm
2016-03-02 16:08     ` Geert Uytterhoeven
2016-03-02 13:18 ` Sergei Shtylyov
2016-03-03  0:09   ` Simon Horman

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.