From: Jingoo Han Date: Fri, 21 Jun 2013 07:25:29 +0000 (+0900) Subject: ARM: EXYNOS: Enable PCIe support for Exynos5440 X-Git-Tag: v3.11-rc1~153^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f06d15782fc8ec9af9be71c87fd1afa6ffae9f7;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: EXYNOS: Enable PCIe support for Exynos5440 Enable PCIe support for Exynos5440 which has two PCIe controllers. Signed-off-by: Jingoo Han Acked-by: Kukjin Kim Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ffbaaa5405c..d70260dd742 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1397,6 +1397,7 @@ config PCI_HOST_ITE8152 select DMABOUNCE source "drivers/pci/Kconfig" +source "drivers/pci/pcie/Kconfig" source "drivers/pcmcia/Kconfig" diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 1e0e3999c17..0ecd5af2054 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -85,6 +85,8 @@ config SOC_EXYNOS5440 select ARCH_HAS_OPP select ARM_ARCH_TIMER select AUTO_ZRELADDR + select MIGHT_HAVE_PCI + select PCI_DOMAINS if PCI select PINCTRL_EXYNOS5440 select PM_OPP help