linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/12] pxa: make pxa27x_keypad.c support both pxa27x and pxa3xx
@ 2008-01-23  7:29 eric miao
  0 siblings, 0 replies; only message in thread
From: eric miao @ 2008-01-23  7:29 UTC (permalink / raw)
  To: linux-input; +Cc: Dmitry Torokhov

>From a1e8e5741916fdb9ccfda2940ac274218fab6cc5 Mon Sep 17 00:00:00 2001
From: eric miao <eric.miao@marvell.com>
Date: Wed, 23 Jan 2008 15:08:41 +0800
Subject: [PATCH] pxa: make pxa27x_keypad.c support both pxa27x and pxa3xx

Signed-off-by: eric miao <eric.miao@marvell.com>
---
 drivers/input/keyboard/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 33e292b..9dd9b50 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -239,10 +239,10 @@ config KEYBOARD_OMAP
 	  module will be called omap-keypad.

 config KEYBOARD_PXA27x
-	tristate "PXA27x keypad support"
-	depends on PXA27x
+	tristate "PXA27x/PXA3xx keypad support"
+	depends on PXA27x || PXA3xx
 	help
-	  Enable support for PXA27x keypad controller
+	  Enable support for PXA27x/PXA3xx keypad controller

 	  To compile this driver as a module, choose M here: the
 	  module will be called pxa27x_keypad.
-- 
1.5.2.5.GIT



-- 
Cheers
- eric

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-23  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23  7:29 [PATCH 7/12] pxa: make pxa27x_keypad.c support both pxa27x and pxa3xx eric miao

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