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

Commit aee4c782 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] pulse8-cec: move out of staging



Now that the CEC framework has been moved out of staging and into the
mainline kernel we can do the same for the pulse8-cec driver.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent a161bef0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -60,5 +60,10 @@ source "drivers/media/usb/hackrf/Kconfig"
source "drivers/media/usb/msi2500/Kconfig"
endif

if MEDIA_CEC_SUPPORT
	comment "USB HDMI CEC adapters"
source "drivers/media/usb/pulse8-cec/Kconfig"
endif

endif #MEDIA_USB_SUPPORT
endif #USB
+1 −0
Original line number Diff line number Diff line
@@ -24,3 +24,4 @@ obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
obj-$(CONFIG_VIDEO_USBTV) += usbtv/
obj-$(CONFIG_VIDEO_GO7007) += go7007/
obj-$(CONFIG_DVB_AS102) += as102/
obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec/
Loading