From eb51d7285165433b1bebef0e8366c04965bce1f5 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 23 Aug 2006 16:07:30 -0300 Subject: "select" Kconfig were wrongly being processed From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/make_kconfig.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'v4l/scripts') 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); } -- cgit v1.2.3