From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabor Juhos Date: Thu, 30 May 2013 19:05:00 +0200 Subject: [U-Boot] [PATCH] pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option In-Reply-To: References: <1369812990-16699-1-git-send-email-juhosg@openwrt.org> Message-ID: <51A786BC.1090100@openwrt.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 2013.05.30. 18:36 keltez?ssel, Daniel Schwierzeck ?rta: > 2013/5/29 Gabor Juhos : >> The pci_indirect.c file is always compiled when >> CONFIG_PCI is defined although the indirect PCI >> bridge support is not needed by every board. >> >> Introduce a new CONFIG_PCI_INDIRECT_BRIDGE >> config option and only compile indirect PCI >> bridge support if this options is enabled. >> >> Also add the new option into the configuration >> files of the boards which needs that. > > looks good, thanks for your efforts. > But you should document that new config option in the README file. Ok, will send a modified patch. Thank you for the review! -Gabor