From ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 20 Apr 2008 09:46:45 +0000 Subject: add a gpio feature for devices supporting the generic GPIO interface SVN-Revision: 10879 --- scripts/metadata.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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"; -- cgit v1.2.3