diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-07-03 00:06:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 14:04:19 -0400 |
commit | 4a62a5ab59742331a4e17ccaa894968d40ed9b16 (patch) | |
tree | 59912f9892b55442327f5b2189ba4d0abbd0f74a /drivers/media/IR/Kconfig | |
parent | 7a12f4b50dad4fdffd218c6fba6b9564bf86185e (diff) |
V4L/DVB: IR: add lirc device interface
v2: currently unused ioctls are included, but #if 0'd out
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r-- | drivers/media/IR/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index 797a6c36d984..5d2c37dcf11a 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -8,6 +8,17 @@ config VIDEO_IR | |||
8 | depends on IR_CORE | 8 | depends on IR_CORE |
9 | default IR_CORE | 9 | default IR_CORE |
10 | 10 | ||
11 | config LIRC | ||
12 | tristate | ||
13 | default y | ||
14 | |||
15 | ---help--- | ||
16 | Enable this option to build the Linux Infrared Remote | ||
17 | Control (LIRC) core device interface driver. The LIRC | ||
18 | interface passes raw IR to and from userspace, where the | ||
19 | LIRC daemon handles protocol decoding for IR reception ann | ||
20 | encoding for IR transmitting (aka "blasting"). | ||
21 | |||
11 | source "drivers/media/IR/keymaps/Kconfig" | 22 | source "drivers/media/IR/keymaps/Kconfig" |
12 | 23 | ||
13 | config IR_NEC_DECODER | 24 | config IR_NEC_DECODER |