From 84b5e303ef953eb670802e6cf71f3869f539079b Mon Sep 17 00:00:00 2001 From: Anuj Mittal <anuj.mittal@intel.com> Date: Fri, 8 Oct 2021 23:55:25 +0800 Subject: [PATCH] features/media: remove configs for drivers in staging av7110 and sp8870 have been moved to staging and will be removed in future. Remove the configs so we don't get warnings when including media-pci-capture.scc feature which doesn't enable STAGING_MEDIA explicitly. https://github.com/torvalds/linux/commit/989cf18ed08f8b6efd1d1592d1d0108fa09b98f5 https://github.com/torvalds/linux/commit/b998a59f82f1152605eae4f7617778020549e81a Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> --- features/media/media-dvb-frontends.cfg | 1 - features/media/media-pci-capture.cfg | 3 --- 2 files changed, 4 deletions(-) diff --git a/features/media/media-dvb-frontends.cfg b/features/media/media-dvb-frontends.cfg index acada3df6..763429482 100644 --- a/features/media/media-dvb-frontends.cfg +++ b/features/media/media-dvb-frontends.cfg @@ -44,7 +44,6 @@ CONFIG_DVB_TDA10071=m # # DVB-T (terrestrial) frontends # -CONFIG_DVB_SP8870=m CONFIG_DVB_SP887X=m CONFIG_DVB_CX22700=m CONFIG_DVB_CX22702=m diff --git a/features/media/media-pci-capture.cfg b/features/media/media-pci-capture.cfg index 33f1079e4..1ca2ef1f8 100644 --- a/features/media/media-pci-capture.cfg +++ b/features/media/media-pci-capture.cfg @@ -46,13 +46,10 @@ CONFIG_VIDEO_SAA7164=m # # Media digital TV PCI Adapters # -CONFIG_DVB_AV7110=m -CONFIG_DVB_AV7110_OSD=y CONFIG_DVB_BUDGET_CORE=m CONFIG_DVB_BUDGET=m CONFIG_DVB_BUDGET_CI=m CONFIG_DVB_BUDGET_AV=m -CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m -- GitLab