diff options
author | Ravi Kumar V <kumarrav@codeaurora.org> | 2012-02-27 23:51:40 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-08 09:14:10 -0500 |
commit | fd0f6851eb46512a6df2961923a0c24edc0a55b9 (patch) | |
tree | c5fc735f8fd152b9de4896d40745a3eac9f3567d /drivers/media/rc/Kconfig | |
parent | c5f79f6a0c70a390d07bcea4d7df6219f78e0904 (diff) |
[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 | |||
266 | To compile this driver as a module, choose M here: the module will | 266 | To compile this driver as a module, choose M here: the module will |
267 | be called rc_loopback. | 267 | be called rc_loopback. |
268 | 268 | ||
269 | config IR_GPIO_CIR | ||
270 | tristate "GPIO IR remote control" | ||
271 | depends on RC_CORE | ||
272 | ---help--- | ||
273 | Say Y if you want to use GPIO based IR Receiver. | ||
274 | |||
275 | To compile this driver as a module, choose M here: the module will | ||
276 | be called gpio-ir-recv. | ||
277 | |||
269 | endif #RC_CORE | 278 | endif #RC_CORE |