Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧹 config: Trim multimedia subsystem & purge unused DVB/TV/SDR drivers
Summary
Streamlined kernel multimedia subsystem configuration in
config-6.19.14-debian13by disabling legacy DVB/TDT, satellite, analog TV, FM radio, software-defined radio (SDR), and unneeded video capture drivers.Retained strict UVC webcam (
CONFIG_USB_VIDEO_CLASS=m) and V4L2 camera pipelines required for desktop webcams, streaming tools (OBS Studio), and modern camera sensors.🛠️ Changes Breakdown
✂️ Media Subsystem Trimming & Filter Setup
CONFIG_MEDIA_SUPPORT=yandCONFIG_MEDIA_SUPPORT_FILTER=y.# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set# CONFIG_MEDIA_RADIO_SUPPORT is not set# CONFIG_MEDIA_SDR_SUPPORT is not set📡 Full DVB & Satellite Removal
# CONFIG_DVB_CORE is not set).📹 Capture Devices & Virtual Driver Removal
# CONFIG_VIDEO_USBTV is not set.# CONFIG_VIDEO_VIVID is not set(along withVIVID_CEC,VIVID_OSD,V4L2_TPG).📻 Legacy Audio/Video Decoders & Encoders Stripped
CS3308,CS5345,CS53L32A,MSP3400,TDA7432,TDA9840,TEA6415C,TEA6420,TLV320AIC23B,TVAUDIO,VP27SMPX,WM8739,WM8775.SAA6588,BT819,BT856,KS0127,SAA7110,SAA711X,TVP5150,VPX3220,SAA717X,CX25840,ADV7170,ADV7175,SAA7127,SAA7185,UPD64031A,UPD64083,SAA6752HS,M52790.🎥 Retained Camera & USB Webcam Pipeline
CONFIG_MEDIA_CAMERA_SUPPORT=y,CONFIG_VIDEO_DEV=y,CONFIG_VIDEO_V4L2_I2C=y, andCONFIG_VIDEO_V4L2_SUBDEV_API=y.CONFIG_MEDIA_USB_SUPPORT=y,CONFIG_USB_VIDEO_CLASS=m(UVC), andCONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y.HI556,MT9V011,OV01A10,OV08X40,OV13B10,OV2640,OV2680,OV2740,OV5670,OV5693,OV7251,OV7670,OV8856,OV8865.🎯 Rationale & Impact
uvcvideoandv4l2.