add feature flag for display support. will be used as dependency for x.org

SVN-Revision: 9448
This commit is contained in:
Felix Fietkau
2007-10-25 21:08:46 +00:00
parent 3260efaa90
commit 41815ee5c8
3 changed files with 7 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ sub target_config_features(@) {
while ($_ = shift @_) {
/broken/ and $ret .= "\tdepends BROKEN\n";
/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
/usb/ and $ret .= "\tselect USB_SUPPORT\n";
/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";