Re: [PATCH v5 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

From: Arnd Bergmann
Date: Tue Jul 05 2016 - 04:13:23 EST


On Tuesday, July 5, 2016 10:42:41 AM CEST Shawn Lin wrote:
> +config PCIE_ROCKCHIP
> + tristate "Rockchip PCIe controller"
> + depends on ARM64 && ARCH_ROCKCHIP
> + depends on OF
> + select MFD_SYSCON
> + select PCI_MSI_IRQ_DOMAIN if PCI_MSI

Please use "depends on PCI_MSI_IRQ_DOMAIN" now, instead of "select PCI_MSI_IRQ_DOMAIN
if PCI_MSI", we have reworked how this is handled for consistency.

Arnd