diff options
author | Ravi Kumar V <kumarrav@codeaurora.org> | 2012-02-28 05:51:40 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-08 15:14:10 +0100 |
commit | fd0f6851eb46512a6df2961923a0c24edc0a55b9 (patch) | |
tree | c5fc735f8fd152b9de4896d40745a3eac9f3567d /drivers/media/rc/Kconfig | |
parent | [media] [trivial] davinci: Fix typo in dm355_ccdvc.c (diff) | |
download | linux-fd0f6851eb46512a6df2961923a0c24edc0a55b9.tar.xz linux-fd0f6851eb46512a6df2961923a0c24edc0a55b9.zip |
[media] rc: Add support for GPIO based IR Receiver driver
Adds GPIO based IR Receiver driver. It decodes signals using decoders
available in rc framework.
Signed-off-by: Ravi Kumar V <kumarrav@codeaurora.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 4df4affeea5f..a3fbb21350e9 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -266,4 +266,13 @@ config RC_LOOPBACK To compile this driver as a module, choose M here: the module will be called rc_loopback. +config IR_GPIO_CIR + tristate "GPIO IR remote control" + depends on RC_CORE + ---help--- + Say Y if you want to use GPIO based IR Receiver. + + To compile this driver as a module, choose M here: the module will + be called gpio-ir-recv. + endif #RC_CORE |