add feature flag for display support. will be used as dependency for x.org
SVN-Revision: 9448
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user