linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: 양진성 <jsgood.yang@samsung.com>
To: linux-input@vger.kernel.org
Cc: laforge@gnumonks.org, ben-linux@fluff.org,
	"김경일/AP개발팀(SYS.LSI)/E3(사원)/삼성전자" <ki0351.kim@samsung.com>,
	"'김국진/AP개발팀(SYS.LSI)/E5(책임)/삼성전자'" <kgene.kim@samsung.com>
Subject: [PATCH 01/03] [INPUT][KEYBOARD] Kconfig support for s3c matrix keypad
Date: Sat, 05 Sep 2009 22:54:44 +0900	[thread overview]
Message-ID: <00b001ca2e30$6c79ccf0$456d66d0$%yang@samsung.com> (raw)

This patch supports to select configuration for s3c matrix keypad.

Signed-off-by: Jinsung Yang <jsgood.yang@samsung.com>
Signed-off-by: Kyeongil Kim <ki0351.kim@samsung.com>
---
 drivers/input/keyboard/Kconfig |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index a6b989a..4a04553 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -361,4 +361,10 @@ config KEYBOARD_XTKBD
 	  To compile this driver as a module, choose M here: the
 	  module will be called xtkbd.
 
+config KEYBOARD_S3C
+	tristate "Samsung S3C keypad support"
+	depends on PLAT_S3C
+	help
+	  Enable support for Samsung S3C keypad interface.
+
 endif
-- 
1.6.2.5


             reply	other threads:[~2009-09-05 14:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-05 13:54 양진성 [this message]
2009-09-05 15:56 ` [PATCH 01/03] [INPUT][KEYBOARD] Kconfig support for s3c matrix keypad Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='00b001ca2e30$6c79ccf0$456d66d0$%yang@samsung.com' \
    --to=jsgood.yang@samsung.com \
    --cc=ben-linux@fluff.org \
    --cc=kgene.kim@samsung.com \
    --cc=ki0351.kim@samsung.com \
    --cc=laforge@gnumonks.org \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).