Skip to content

Commit 198456c

Browse files
committed
disable modules we don't want and are broken at version.txt
1 parent 813fd5d commit 198456c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v4l/scripts/make_kconfig.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,8 @@ ($$)
630630
disable_config('DVB_CINERGYT2_TUNING');
631631
disable_config('VIDEO_HELPER_CHIPS_AUTO');
632632
disable_config('VIDEO_FIXED_MINOR_RANGES');
633+
disable_config('VIDEO_OV9650');
634+
disable_config('VIDEO_OV772X');
633635
disable_config('STAGING') if (!$enable_staging);
634636
disable_config('STAGING_BROKEN');
635637
$config{'COMPILE_TEST'} = 0;

0 commit comments

Comments
 (0)