mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
12 lines
342 B
Diff
12 lines
342 B
Diff
--- a/v4l/scripts/make_kconfig.pl
|
|
+++ b/v4l/scripts/make_kconfig.pl
|
|
@@ -626,6 +626,8 @@ ($$)
|
|
close OUT;
|
|
|
|
# These options should default to off
|
|
+disable_config('VIDEO_SAA7146');
|
|
+disable_config('VIDEO_SAA7146_VV');
|
|
disable_config('DVB_AV7110_FIRMWARE');
|
|
disable_config('DVB_CINERGYT2_TUNING');
|
|
disable_config('VIDEO_HELPER_CHIPS_AUTO');
|