diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-08 14:39:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-08 14:39:42 -0300 |
commit | 1bd1aedc7af71728404f5d7b059dd8ca52d01f9f (patch) | |
tree | 9b8738fde76e72bb263a7129b6de4792ddabb550 /v4l/scripts | |
parent | 40cc0407e9304bb9c4c9ea77dc05093a34e9bb55 (diff) | |
download | mediapointer-dvb-s2-1bd1aedc7af71728404f5d7b059dd8ca52d01f9f.tar.gz mediapointer-dvb-s2-1bd1aedc7af71728404f5d7b059dd8ca52d01f9f.tar.bz2 |
get rid of disabling DVB_FE_CUSTOMISE on kconfig
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Since make allmodconfig enables all DVB options, DVB_FE_CUSTOMISE is
needed, otherwise the building system gots confused.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index a09c72fb3..57c663c00 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -585,7 +585,6 @@ close OUT; # These options should default to off disable_config('DVB_AV7110_FIRMWARE'); disable_config('DVB_CINERGYT2_TUNING'); -#disable_config('DVB_FE_CUSTOMISE'); disable_config('VIDEO_HELPER_CHIPS_AUTO'); disable_config('VIDEO_FIXED_MINOR_RANGES'); |