diff options
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/gentree.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/v4l/scripts/gentree.pl b/v4l/scripts/gentree.pl index 08969dab3..f9f56bd7c 100755 --- a/v4l/scripts/gentree.pl +++ b/v4l/scripts/gentree.pl @@ -64,10 +64,7 @@ my %defs = ( 'CONFIG_XC3028' => 0, 'CONFIG_TUNER_TEA5761' => 0, 'I2C_CLASS_TV_ANALOG' => 1, - 'I2C_CLASS_TV_DIGITAL' => 1, - 'OLD_XMIT_LOCK' => 0, - 'CONFIG_VIVI_SCATTER' => 0, -); + 'I2C_CLASS_TV_DIGITAL' => 1); ################################################################# # helpers |