This patch supports to select configuration for s3c matrix keypad.
Signed-off-by: Jinsung Yang <redacted>
Signed-off-by: Kyeongil Kim <redacted>
---
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