Просмотр исходного кода

missing changes for pcie handling

SVN-Revision: 16294
Imre Kaloz 16 лет назад
Родитель
Сommit
48cd8188ef
2 измененных файлов с 4 добавлено и 0 удалено
  1. 1 0
      scripts/metadata.pl
  2. 3 0
      target/Config.in

+ 1 - 0
scripts/metadata.pl

@@ -155,6 +155,7 @@ sub target_config_features(@) {
 		/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
 		/gpio/ and $ret .= "\tselect GPIO_SUPPORT\n";
 		/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
+		/pcie/ and $ret .= "\tselect PCIE_SUPPORT\n";
 		/usb/ and $ret .= "\tselect USB_SUPPORT\n";
 		/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
 		/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";

+ 3 - 0
target/Config.in

@@ -20,6 +20,9 @@ config GPIO_SUPPORT
 config PCI_SUPPORT
 	bool
 
+config PCIE_SUPPORT
+	bool
+
 config PCMCIA_SUPPORT
 	bool