From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 26 Oct 2016 15:23:50 -0600 Subject: [U-Boot] [PATCH v2] drivers/pci/Kconfig: Add PCI In-Reply-To: <1477516537-31353-1-git-send-email-trini@konsulko.com> References: <1477339994-28594-1-git-send-email-trini@konsulko.com> <1477516537-31353-1-git-send-email-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/26/2016 03:15 PM, Tom Rini wrote: > Add 'PCI' as a menu option and migrate all existing users. > > Signed-off-by: Tom Rini > --- > Changes in v2: > - Per Stephen's comments, only a handful of Tegra configs have PCI so > move all of that logic to the config files directly rather than have > it in arch/arm/mach-tegra/Kconfig Acked-by: Stephen Warren