Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242146
b: refs/heads/master
c: 620a32b
h: refs/heads/master
v: v3
  • Loading branch information
Juan J. Garcia de Soria authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent eb5bdf0 commit 5fbe547
Show file tree
Hide file tree
Showing 5 changed files with 2,227 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: baf075eca42f217e8d297914ed6fecfd2452a0e4
refs/heads/master: 620a32bba4a2dd57ccf1d5f87b9e6d2402ffec22
13 changes: 13 additions & 0 deletions trunk/drivers/media/rc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,19 @@ config IR_MCEUSB
To compile this driver as a module, choose M here: the
module will be called mceusb.

config IR_ITE_CIR
tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
depends on PNP
depends on RC_CORE
---help---
Say Y here to enable support for integrated infrared receivers
/transceivers made by ITE Tech Inc. These are found in
several ASUS devices, like the ASUS Digimatrix or the ASUS
EEEBox 1501U.

To compile this driver as a module, choose M here: the
module will be called ite-cir.

config IR_NUVOTON
tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
depends on PNP
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_IR_LIRC_CODEC) += ir-lirc-codec.o

# stand-alone IR receivers/transmitters
obj-$(CONFIG_IR_IMON) += imon.o
obj-$(CONFIG_IR_ITE_CIR) += ite-cir.o
obj-$(CONFIG_IR_MCEUSB) += mceusb.o
obj-$(CONFIG_IR_NUVOTON) += nuvoton-cir.o
obj-$(CONFIG_IR_ENE) += ene_ir.o
Expand Down
Loading

0 comments on commit 5fbe547

Please sign in to comment.