Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202029
b: refs/heads/master
c: 4a62a5a
h: refs/heads/master
i:
  202027: 238bb2f
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent a8d8399 commit 1c8f855
Show file tree
Hide file tree
Showing 6 changed files with 1,163 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: 7a12f4b50dad4fdffd218c6fba6b9564bf86185e
refs/heads/master: 4a62a5ab59742331a4e17ccaa894968d40ed9b16
11 changes: 11 additions & 0 deletions trunk/drivers/media/IR/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ config VIDEO_IR
depends on IR_CORE
default IR_CORE

config LIRC
tristate
default y

---help---
Enable this option to build the Linux Infrared Remote
Control (LIRC) core device interface driver. The LIRC
interface passes raw IR to and from userspace, where the
LIRC daemon handles protocol decoding for IR reception ann
encoding for IR transmitting (aka "blasting").

source "drivers/media/IR/keymaps/Kconfig"

config IR_NEC_DECODER
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/IR/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ obj-y += keymaps/

obj-$(CONFIG_IR_CORE) += ir-core.o
obj-$(CONFIG_VIDEO_IR) += ir-common.o
obj-$(CONFIG_LIRC) += lirc_dev.o
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
Expand Down
Loading

0 comments on commit 1c8f855

Please sign in to comment.