Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32cf86f6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] rename drivers/media/IR to drives/media/rc

parent 3ffea498
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ config VIDEO_MEDIA
comment "Multimedia drivers"

source "drivers/media/common/Kconfig"
source "drivers/media/IR/Kconfig"
source "drivers/media/rc/Kconfig"

#
# Tuner drivers for DVB and V4L
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Makefile for the kernel multimedia device drivers.
#

obj-y += common/ IR/ video/
obj-y += common/ rc/ video/

obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE)  += dvb/
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ config LIRC
	   LIRC daemon handles protocol decoding for IR reception and
	   encoding for IR transmitting (aka "blasting").

source "drivers/media/IR/keymaps/Kconfig"
source "drivers/media/rc/keymaps/Kconfig"

config IR_NEC_DECODER
	tristate "Enable IR raw decoder for the NEC protocol"
+0 −0

File moved.

+0 −0

File moved.

Loading