summaryrefslogtreecommitdiff
path: root/v4l/scripts/make_kconfig.pl
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-08-23 08:43:33 +0200
committerJean-Francois Moine <moinejf@free.fr>2008-08-23 08:43:33 +0200
commite7e0275a6146c377a318ea69ba83532b2ecf4080 (patch)
tree908890d5dfd5a4e4575c4f3c74031350d4402317 /v4l/scripts/make_kconfig.pl
parent2019504e7d4a9558886c6327b9f6c684e9f5b252 (diff)
parentab19cb308e86c5aeb0531bbbf5bfb2c09d3423a3 (diff)
downloadmediapointer-dvb-s2-e7e0275a6146c377a318ea69ba83532b2ecf4080.tar.gz
mediapointer-dvb-s2-e7e0275a6146c377a318ea69ba83532b2ecf4080.tar.bz2
merge: from v4l-dvb
Diffstat (limited to 'v4l/scripts/make_kconfig.pl')
-rwxr-xr-xv4l/scripts/make_kconfig.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index ee649f574..20b94f0c1 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -583,9 +583,6 @@ 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 "$kernsrc/sound/oss/sound_config.h");
-
# Check dependencies
my %newconfig = checkdeps();