summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-04-20 09:46:45 +0000
committerNicolas Thill <nico@openwrt.org>2008-04-20 09:46:45 +0000
commitddc57879ec7e2310ff544d5f9cc4bc02d7f07d05 (patch)
tree5de42b2021348aa6ece28b913751c1713a8a2232 /scripts
parent1f666fa4597abc453c0923de99b27a473730ca0c (diff)
downloadmaster-31e0f0ae-ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05.tar.gz
master-31e0f0ae-ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05.tar.bz2
master-31e0f0ae-ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05.zip
add a gpio feature for devices supporting the generic GPIO interface
SVN-Revision: 10879
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 6d75345196..51dcc425ba 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -152,6 +152,7 @@ sub target_config_features(@) {
while ($_ = shift @_) {
/broken/ and $ret .= "\tdepends BROKEN\n";
/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
+ /gpio/ and $ret .= "\tselect GPIO_SUPPORT\n";
/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
/usb/ and $ret .= "\tselect USB_SUPPORT\n";
/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";