From ff326ab69e786d447a0e0e967cb45acb5d5ca9ff Mon Sep 17 00:00:00 2001 From: CrazyCat Date: Sun, 6 Jul 2025 14:20:31 +0300 Subject: [PATCH] Disable some VIDEO drivers. --- v4l/scripts/make_kconfig.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index 097a062..0cc8c06 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -640,7 +640,10 @@ disable_config('DVB_SAA716X_FF'); disable_config('CEC_CORE'); disable_config('MEDIA_CEC_SUPPORT'); disable_config('VIDEO_SOLO6X10'); - +disable_config('VIDEO_MX290'); +disable_config('VIDEO_MX415'); +disable_config('VIDEO_TC358746'); +disable_config('VIDEO_IMX8_ISI'); # Check dependencies my %newconfig = checkdeps();