summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-23 16:07:30 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-08-23 16:07:30 -0300
commiteb51d7285165433b1bebef0e8366c04965bce1f5 (patch)
tree2cf5fe10c91958b40f4a37db0bc576cf6add09b9 /v4l/scripts
parentbb8e208c1029496fce51ca45bba0f443330304cd (diff)
downloadmediapointer-dvb-s2-eb51d7285165433b1bebef0e8366c04965bce1f5.tar.gz
mediapointer-dvb-s2-eb51d7285165433b1bebef0e8366c04965bce1f5.tar.bz2
"select" Kconfig were wrongly being processed
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/make_kconfig.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index 4cd386c58..b203a2ac0 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -226,9 +226,9 @@ print "opening $file\n" if $debug;
if (m|^\s+depends on\s+(.+?)\s*$|) {
check_deps ($key,$1);
}
- if (m|^\s+select\s+(.+?)\s*(if .*?)?\s*$|) {
- check_deps ($key,$1);
- }
+# if (m|^\s+select\s+(.+?)\s*(if .*?)?\s*$|) {
+# check_deps ($key,$1);
+# }
if (m|^\s+bool(ean)?\s|) {
add_bool($key);
}