From 48cd8188ef7736ff5e166e42805687f5ffd3b433 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 2 Jun 2009 09:54:45 +0000 Subject: [PATCH] missing changes for pcie handling SVN-Revision: 16294 --- scripts/metadata.pl | 1 + target/Config.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 1971607ebb..e8850c937f 100755 --- a/scripts/metadata.pl +++ b/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"; diff --git a/target/Config.in b/target/Config.in index 405e1690c4..37c9e2042e 100644 --- a/target/Config.in +++ b/target/Config.in @@ -20,6 +20,9 @@ config GPIO_SUPPORT config PCI_SUPPORT bool +config PCIE_SUPPORT + bool + config PCMCIA_SUPPORT bool -- 2.30.2