[PATCH v4 0/2] ARM: cleanup PCI specific configs
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-09-21 20:50:45
Also in:
linux-omap, linux-renesas-soc, linux-samsung-soc, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-09-21 20:50:45
Also in:
linux-omap, linux-renesas-soc, linux-samsung-soc, lkml
On Wednesday, September 14, 2016 3:49:04 PM CEST Kishon Vijay Abraham I wrote:
This series was initially sent to add support for two PCIe ports in dra7. This included selecting PCI_DOMAINS config in SOC_DRA7XX. However from the review, PCI_DOMAINS can instead be selected from ARCH_MULTIPLATFORM. This is fixed in this series along with removing PCI_DOMAINS from other configs. Changes from v3: *) Added *Acked-by:* *) Fixed $subject to not have *Fix* Kishon Vijay Abraham I (2): ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantly ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORM
Applied both to next/cleanup now. Arnd