Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Backporting lirc_odroid driver from hardkernel #113

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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