add a gpio feature for devices supporting the generic GPIO interface
[openwrt/svn-archive/archive.git] / scripts / metadata.pl
index 6d7534519675f95631b2323e6850ef3ecc41e140..51dcc425baa205e0eebc513fc61a7419be4322b0 100755 (executable)
@@ -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";