linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: make mainstone-wm97xx.c depend on MACH_MAINSTONE instead of ARCH_PXA
@ 2008-06-16 10:32 Eric Miao
  2008-06-16 12:06 ` Mike Rapoport
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Eric Miao @ 2008-06-16 10:32 UTC (permalink / raw)
  To: linux-input; +Cc: Mark Brown, linux-arm-kernel

If this is totally mainstone specific.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
---
 drivers/input/touchscreen/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 565ec71..17d0623 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -228,7 +228,7 @@ config TOUCHSCREEN_WM9713
 
 config TOUCHSCREEN_WM97XX_MAINSTONE
 	tristate "WM97xx Mainstone accelerated touch"
-	depends on TOUCHSCREEN_WM97XX && ARCH_PXA
+	depends on TOUCHSCREEN_WM97XX && MACH_MAINSTONE
 	help
 	  Say Y here for support for streaming mode with WM97xx touchscreens
 	  on Mainstone systems.
-- 
1.5.4.3


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

end of thread, other threads:[~2008-06-22  8:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 10:32 [PATCH] input: make mainstone-wm97xx.c depend on MACH_MAINSTONE instead of ARCH_PXA Eric Miao
2008-06-16 12:06 ` Mike Rapoport
2008-06-16 12:07 ` Mark Brown
2008-06-17  1:06   ` Eric Miao
2008-06-17  9:59     ` Mark Brown
2008-06-17 11:52       ` Mike Rapoport
2008-06-17 11:58         ` Mark Brown
2008-06-22  8:53 ` Russell King - ARM Linux

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