summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-11-22 12:01:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-11-22 12:01:01 +0000
commitf3e2331e18708d7080cbd12cbb967e076fd747d1 (patch)
treea4591b666464fb73af8d9de45f00110ab47842de /scripts
parent4242b42880c535007e68cc1bedbe83a4aef36814 (diff)
downloadmtk-20170518-f3e2331e18708d7080cbd12cbb967e076fd747d1.zip
mtk-20170518-f3e2331e18708d7080cbd12cbb967e076fd747d1.tar.gz
mtk-20170518-f3e2331e18708d7080cbd12cbb967e076fd747d1.tar.bz2
add a feature flag for device tree support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38893
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/metadata.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index ddcf50b..135ec9a 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -158,6 +158,7 @@ sub target_config_features(@) {
/broken/ and $ret .= "\tdepends on BROKEN\n";
/audio/ and $ret .= "\tselect AUDIO_SUPPORT\n";
/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
+ /dt/ and $ret .= "\tselect USES_DEVICETREE\n";
/gpio/ and $ret .= "\tselect GPIO_SUPPORT\n";
/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
/pcie/ and $ret .= "\tselect PCIE_SUPPORT\n";