summaryrefslogtreecommitdiff
path: root/v4l/scripts/make_kconfig.pl
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts/make_kconfig.pl')
-rwxr-xr-xv4l/scripts/make_kconfig.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index c43baeb74..c44914501 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -377,6 +377,8 @@ config VIDEO_KERNEL_VERSION
EOF
open_kconfig ("../linux","../linux/drivers/media/Kconfig");
+
+print OUT "source Kconfig.sound\n";
close OUT;
while ( my ($key, $value) = each(%config) ) {