2009-12-11 19:34:07 +08:00
|
|
|
config IR_CORE
|
2009-12-11 19:00:00 +08:00
|
|
|
tristate
|
|
|
|
depends on INPUT
|
|
|
|
default INPUT
|
2009-12-11 19:34:07 +08:00
|
|
|
|
|
|
|
config VIDEO_IR
|
|
|
|
tristate
|
|
|
|
depends on IR_CORE
|
|
|
|
default IR_CORE
|
2010-03-25 07:47:53 +08: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
|