From: Shawn Lin Date: Wed, 23 Nov 2016 01:57:50 +0000 (+0800) Subject: UPSTREAM: PCI: rockchip: Add Kconfig COMPILE_TEST X-Git-Tag: firefly_0821_release~1238 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=01ab7a656c4e690b261f057c5b6fb7298ec09cc2;p=firefly-linux-kernel-4.4.55.git UPSTREAM: PCI: rockchip: Add Kconfig COMPILE_TEST Allow selection of the Rockchip driver for compile testing, even if we aren't building for ARCH_ROCKCHIP. Change-Id: Ibc554863e067aaa1f785d5f26423a10d0962f68b [bhelgaas: changelog] Signed-off-by: Shawn Lin Signed-off-by: Bjorn Helgaas Signed-off-by: Shawn Lin (am from git.kernel.org/cgit/linux/kernel/git/next/linux-next.git commit cd075fd9742b1c4bc6e11121f688ef2ff74deb84) --- diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index ea5141cc9f6e..7761c8dd8619 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -175,7 +175,7 @@ config PCI_HISI config PCIE_ROCKCHIP bool "Rockchip PCIe controller" - depends on ARCH_ROCKCHIP + depends on ARCH_ROCKCHIP || COMPILE_TEST depends on OF select PCI_MSI_IRQ_DOMAIN select MFD_SYSCON