aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-04-09 08:20:11 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:57:37 -0400
commit897c7b3b19cca7aad20bb1a3422553d7b646f2fd (patch)
tree3a073f99003b2d23cac71c6d72994ed6a722c707 /drivers
parentf35473e6f556b48ebf1a105ce27ed5ec1c81844b (diff)
V4L/DVB: ir Kconfig: better describe the options
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/IR/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index 28d336d98187..ee66d16d9ff2 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -11,7 +11,7 @@ config VIDEO_IR
11source "drivers/media/IR/keymaps/Kconfig" 11source "drivers/media/IR/keymaps/Kconfig"
12 12
13config IR_NEC_DECODER 13config IR_NEC_DECODER
14 tristate "Enable IR raw decoder for NEC protocol" 14 tristate "Enable IR raw decoder for the NEC protocol"
15 depends on IR_CORE 15 depends on IR_CORE
16 default y 16 default y
17 17
@@ -20,7 +20,7 @@ config IR_NEC_DECODER
20 if the IR is decoded in software 20 if the IR is decoded in software
21 21
22config IR_RC5_DECODER 22config IR_RC5_DECODER
23 tristate "Enable IR raw decoder for RC-5 protocol" 23 tristate "Enable IR raw decoder for the RC-5 protocol"
24 depends on IR_CORE 24 depends on IR_CORE
25 default y 25 default y
26 26