Skip to content

Commit

Permalink
Backporting hardkernel/linux#29 into libreelec kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
synchrone committed Apr 12, 2018
1 parent 2994155 commit ff96378
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/staging/media/lirc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ config LIRC_PARALLEL
help
Driver for Homebrew Parallel Port Receivers

config LIRC_ODROID
tristate "Homebrew GPIO Port Receiver/Transmitter for the Odroid"
depends on LIRC
help
Driver for Homebrew GPIO Port Receiver/Transmitter for the Odroid X/X2

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 ff96378

Please sign in to comment.