[linux] 01/02: media: Enable MEDIA_CEC_SUPPORT, VIDEO_VIVID_CEC; USB_PULSE8_CEC as module
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Jul 16 20:46:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 4f2e5471715a6ad03191fc78413d6434497d0aa8
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Jul 16 21:37:15 2017 +0100
media: Enable MEDIA_CEC_SUPPORT, VIDEO_VIVID_CEC; USB_PULSE8_CEC as module
Closes: #868511
---
debian/changelog | 2 ++
debian/config/config | 7 +++++++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2230528..fd2455a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -264,6 +264,8 @@ linux (4.11.11-1) UNRELEASED; urgency=medium
* [rt] Update to 4.11.9-rt7:
- smp/hotplug: Move unparking of percpu threads to the control CPU
- cpu_pm: replace raw_notifier to atomic_notifier
+ * media: Enable MEDIA_CEC_SUPPORT, VIDEO_VIVID_CEC; USB_PULSE8_CEC as module
+ (Closes: #868511)
[ Uwe Kleine-König ]
* [arm64] enable FB_SIMPLE
diff --git a/debian/config/config b/debian/config/config
index dd54a99..d81eec8 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -1782,6 +1782,7 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
CONFIG_MEDIA_SDR_SUPPORT=y
CONFIG_MEDIA_RC_SUPPORT=y
+CONFIG_MEDIA_CEC_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
# CONFIG_VIDEO_V4L2_SUBDEV_API is not set
CONFIG_DVB_NET=y
@@ -2104,6 +2105,7 @@ CONFIG_VIDEO_CAFE_CCIC=m
## file: drivers/media/platform/vivid/Kconfig
##
CONFIG_VIDEO_VIVID=m
+CONFIG_VIDEO_VIVID_CEC=y
CONFIG_VIDEO_VIVID_MAX_DEVS=64
##
@@ -2376,6 +2378,11 @@ CONFIG_VIDEO_HDPVR=m
CONFIG_USB_MSI2500=m
##
+## file: drivers/media/usb/pulse8-cec/Kconfig
+##
+CONFIG_USB_PULSE8_CEC=m
+
+##
## file: drivers/media/usb/pvrusb2/Kconfig
##
CONFIG_VIDEO_PVRUSB2=m
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list