Skip to content

Commit ca7d83c

Browse files
author
Joy Cho
committed
ODROID-C2: Add lirc_odroid driver to support GPIO-based IR Transmitter
Change-Id: I51f1a9904dcf23fd32cf1a995b7fec6b6a03378a
1 parent fe1a0af commit ca7d83c

File tree

3 files changed

+453
-0
lines changed

3 files changed

+453
-0
lines changed

drivers/staging/media/lirc/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ config LIRC_PARALLEL
3838
help
3939
Driver for Homebrew Parallel Port Receivers
4040

41+
config LIRC_ODROID
42+
tristate "GPIO based IR Transmitter for ODROID"
43+
depends on LIRC
44+
help
45+
Say Y if you want to use GPIO-based IR transmitter
46+
connected on one of 40pin connector of ODROID-C1/C2.
47+
48+
To compile this driver as a module, choose M here: the
49+
module will be called lirc_odroid.
50+
51+
If unsure, say N.
52+
4153
config LIRC_SASEM
4254
tristate "Sasem USB IR Remote"
4355
depends on LIRC && USB

drivers/staging/media/lirc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
1111
obj-$(CONFIG_LIRC_SERIAL) += lirc_serial.o
1212
obj-$(CONFIG_LIRC_SIR) += lirc_sir.o
1313
obj-$(CONFIG_LIRC_ZILOG) += lirc_zilog.o
14+
obj-$(CONFIG_LIRC_ODROID) += lirc_odroid.o

0 commit comments

Comments
 (0)