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

Arnd Bergmann arnd at arndb.de
Tue Jul 5 01:15:33 PDT 2016


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



More information about the Linux-rockchip mailing list