2009-12-11 04:34:07 -07:00
|
|
|
config IR_CORE
|
2009-12-11 04:00:00 -07:00
|
|
|
tristate
|
|
|
|
depends on INPUT
|
|
|
|
default INPUT
|
2009-12-11 04:34:07 -07:00
|
|
|
|
|
|
|
config VIDEO_IR
|
|
|
|
tristate
|
|
|
|
depends on IR_CORE
|
|
|
|
default IR_CORE
|
2010-03-24 17:47:53 -06:00
|
|
|
|
V4L/DVB: Break Remote Controller keymaps into modules
The original Remote Controller approach were very messy: a big file,
that were part of ir-common kernel module, containing 64 different
RC keymap tables, used by the V4L/DVB drivers.
Better to break each RC keymap table into a separate module,
registering them into rc core on a process similar to the fs/nls tables.
As an userspace program is now in charge of loading those tables,
adds an option to allow the complete removal of those tables from
kernelspace.
Yet, on embedded devices like Set Top Boxes and TV sets, maybe the
only available input device is the IR. So, we should keep allowing
the usage of in-kernel tables, but a latter patch should change
the default to 'n', after giving some time for distros to add
the v4l-utils with the ir-keytable program, to allow the table
load via userspace.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-04-02 00:05:46 -06:00
|
|
|
source "drivers/media/IR/keymaps/Kconfig"
|
|
|
|
|
2010-03-24 17:47:53 -06:00
|
|
|
config IR_NEC_DECODER
|
|
|
|
tristate "Enable IR raw decoder for NEC protocol"
|
|
|
|
depends on IR_CORE
|
|
|
|
default y
|
|
|
|
|
|
|
|
---help---
|
|
|
|
Enable this option if you have IR with NEC protocol, and
|
|
|
|
if the IR is decoded in software
|
2010-04-04 07:27:20 -06:00
|
|
|
|
|
|
|
config IR_RC5_DECODER
|
|
|
|
tristate "Enable IR raw decoder for RC-5 protocol"
|
|
|
|
depends on IR_CORE
|
|
|
|
default y
|
|
|
|
|
|
|
|
---help---
|
|
|
|
Enable this option if you have IR with RC-5 protocol, and
|
|
|
|
if the IR is decoded in software
|
2010-04-08 17:04:40 -06:00
|
|
|
|
|
|
|
config IR_RC6_DECODER
|
|
|
|
tristate "Enable IR raw decoder for the RC6 protocol"
|
|
|
|
depends on IR_CORE
|
|
|
|
default y
|
|
|
|
|
|
|
|
---help---
|
|
|
|
Enable this option if you have an infrared remote control which
|
|
|
|
uses the RC6 protocol, and you need software decoding support.
|