summaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-xscripts/metadata.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index c7582b42dc..822382cd6c 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -287,9 +287,7 @@ EOF
config TARGET_$target->{conf}_$profile->{id}
bool "$profile->{name}"
depends on TARGET_$target->{conf}
-$profile->{config}
EOF
- $profile->{kconfig} and print "\tselect PROFILE_KCONFIG\n";
my @pkglist = merge_package_lists($target->{packages}, $profile->{packages});
foreach my $pkg (@pkglist) {
print "\tselect DEFAULT_$pkg\n";