summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-05-21 12:20:58 -0700
committerTrent Piepho <xyzzy@speakeasy.org>2007-05-21 12:20:58 -0700
commit45c5a7ed9ff51aa39401e99816d2c212c554e70f (patch)
tree0aedb5c1064a27413640b9866c1a985c723ab1d6
parentdb6454131c7fe01249418ecb134a09cc07528be0 (diff)
downloadmediapointer-dvb-s2-45c5a7ed9ff51aa39401e99816d2c212c554e70f.tar.gz
mediapointer-dvb-s2-45c5a7ed9ff51aa39401e99816d2c212c554e70f.tar.bz2
build: work around problem with VIDEO_HELPER_CHIPS_AUTO
From: Trent Piepho <xyzzy@speakeasy.org> A number of drivers depend on "!VIDEO_HELPER_CHIPS_AUTO", so when VHCA is on, they are disabled. Make the allyesconfig default be VHCA off so these drivers will be enabled with allyesconfig. Even though these drivers are disabled when VHCA is on, it is still possible to enable them via a "select", at which point a driver will be on even though its dependencies are not met. Which seems like it doesn't follow the specification. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
-rwxr-xr-xv4l/scripts/make_kconfig.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index 3bfc26a18..d558aaeb6 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -535,6 +535,7 @@ close OUT;
disable_config('DVB_AV7110_FIRMWARE');
disable_config('DVB_CINERGYT2_TUNING');
disable_config('DVB_FE_CUSTOMISE');
+disable_config('VIDEO_HELPER_CHIPS_AUTO');
# ACI needs some kernel includes that might not be there
disable_config('SOUND_ACI_MIXER') if (! -e "$kernel/sound/oss/sound_config.h");