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

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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3ffea498
...@@ -99,7 +99,7 @@ config VIDEO_MEDIA ...@@ -99,7 +99,7 @@ config VIDEO_MEDIA
comment "Multimedia drivers" comment "Multimedia drivers"
source "drivers/media/common/Kconfig" source "drivers/media/common/Kconfig"
source "drivers/media/IR/Kconfig" source "drivers/media/rc/Kconfig"
# #
# Tuner drivers for DVB and V4L # Tuner drivers for DVB and V4L
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Makefile for the kernel multimedia device drivers. # Makefile for the kernel multimedia device drivers.
# #
obj-y += common/ IR/ video/ obj-y += common/ rc/ video/
obj-$(CONFIG_VIDEO_DEV) += radio/ obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE) += dvb/ obj-$(CONFIG_DVB_CORE) += dvb/
...@@ -28,7 +28,7 @@ config LIRC ...@@ -28,7 +28,7 @@ config LIRC
LIRC daemon handles protocol decoding for IR reception and LIRC daemon handles protocol decoding for IR reception and
encoding for IR transmitting (aka "blasting"). encoding for IR transmitting (aka "blasting").
source "drivers/media/IR/keymaps/Kconfig" source "drivers/media/rc/keymaps/Kconfig"
config IR_NEC_DECODER config IR_NEC_DECODER
tristate "Enable IR raw decoder for the NEC protocol" tristate "Enable IR raw decoder for the NEC protocol"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment