aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/Kconfig
diff options
context:
space:
mode:
authorMaxim Levitsky <maximlevitsky@gmail.com>2010-09-06 17:26:11 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 05:54:15 -0400
commit11b64d31c00359e2e6fa73b0ae4688663e848765 (patch)
treed1f879927c661da0cb7d780f996e7ffb676cb0a5 /drivers/media/IR/Kconfig
parent991369e33f0182903d2c64e4b1c6c74ed6f83089 (diff)
[media] IR: ene_ir: updates
* Add support for newer firmware version that uses different buffer format. Makes hardware work for many users. * Register name updates * Lot of refactoring * Lots of fixes as a result of full testing * Idle mode is done now by resetting the device, and this eliminates the ugly sample_period = 75 hack. Every feature of the driver is now well tested. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r--drivers/media/IR/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index d67fff398f74..aa4163eb7a83 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -102,15 +102,15 @@ config IR_LIRC_CODEC
102 the LIRC interface. 102 the LIRC interface.
103 103
104config IR_ENE 104config IR_ENE
105 tristate "ENE eHome Receiver/Transciever (pnp id: ENE0100/ENE02xxx)" 105 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
106 depends on PNP 106 depends on PNP
107 depends on IR_CORE 107 depends on IR_CORE
108 ---help--- 108 ---help---
109 Say Y here to enable support for integrated infrared receiver 109 Say Y here to enable support for integrated infrared receiver
110 /transciever made by ENE. 110 /transceiver made by ENE.
111 111
112 You can see if you have it by looking at lspnp output. 112 You can see if you have it by looking at lspnp output.
113 Output should include ENE0100 ENE0200 or something similiar. 113 Output should include ENE0100 ENE0200 or something similar.
114 114
115 To compile this driver as a module, choose M here: the 115 To compile this driver as a module, choose M here: the
116 module will be called ene_ir. 116 module will be called ene_ir.