Add usb gadget feature flag

SVN-Revision: 22798
This commit is contained in:
Michael Büsch
2010-08-25 17:35:34 +00:00
parent 5106eb903a
commit 7a8066735d
4 changed files with 6 additions and 1 deletions

View File

@@ -158,6 +158,7 @@ sub target_config_features(@) {
/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
/pcie/ and $ret .= "\tselect PCIE_SUPPORT\n";
/usb/ and $ret .= "\tselect USB_SUPPORT\n";
/usbgadget/ and $ret .= "\tselect USB_GADGET_SUPPORT\n";
/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";
/jffs2/ and $ret .= "\tselect USES_JFFS2\n";