msm: rc: Add support for MSM GPIO TSOP IR Reciever driver.
Add GPIO based TSOP IR Reciever driver. It decodes signals based on
NEC protocol.
Change-Id: Ic19fab61152a99828806cf451ae797797602ec70
Signed-off-by: Ankush Khandelwal <akhand@codeaurora.org>
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 7d4bbc2..57c418e 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -226,4 +226,13 @@
To compile this driver as a module, choose M here: the module will
be called rc_loopback.
+config IR_TSOP_CIR
+ tristate "TSOP IR remote control"
+ depends on RC_CORE
+ ---help---
+ Say Y if you want to use GPIO based TSOP IR Receiver.
+
+ To compile this driver as a module, choose M here: the module will
+ be called tsop-ir.
+
endif #RC_CORE