File tree Expand file tree Collapse file tree 3 files changed +453
-0
lines changed
drivers/staging/media/lirc Expand file tree Collapse file tree 3 files changed +453
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,18 @@ config LIRC_PARALLEL
38
38
help
39
39
Driver for Homebrew Parallel Port Receivers
40
40
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
+
41
53
config LIRC_SASEM
42
54
tristate "Sasem USB IR Remote"
43
55
depends on LIRC && USB
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
11
11
obj-$(CONFIG_LIRC_SERIAL) += lirc_serial.o
12
12
obj-$(CONFIG_LIRC_SIR) += lirc_sir.o
13
13
obj-$(CONFIG_LIRC_ZILOG) += lirc_zilog.o
14
+ obj-$(CONFIG_LIRC_ODROID) += lirc_odroid.o
You can’t perform that action at this time.
0 commit comments