Skip to content

Commit

Permalink
ODROID-C2: Add lirc_odroid driver to support GPIO-based IR Transmitter
Browse files Browse the repository at this point in the history
Change-Id: I51f1a9904dcf23fd32cf1a995b7fec6b6a03378a
  • Loading branch information
Joy Cho committed Nov 20, 2016
1 parent fe1a0af commit ca7d83c
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/staging/media/lirc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ config LIRC_PARALLEL
help
Driver for Homebrew Parallel Port Receivers

config LIRC_ODROID
tristate "GPIO based IR Transmitter for ODROID"
depends on LIRC
help
Say Y if you want to use GPIO-based IR transmitter
connected on one of 40pin connector of ODROID-C1/C2.

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

If unsure, say N.

config LIRC_SASEM
tristate "Sasem USB IR Remote"
depends on LIRC && USB
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/media/lirc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
obj-$(CONFIG_LIRC_SERIAL) += lirc_serial.o
obj-$(CONFIG_LIRC_SIR) += lirc_sir.o
obj-$(CONFIG_LIRC_ZILOG) += lirc_zilog.o
obj-$(CONFIG_LIRC_ODROID) += lirc_odroid.o
Loading

0 comments on commit ca7d83c

Please sign in to comment.