diff options
author | Sean Cross <xobs@kosagi.com> | 2013-09-26 10:45:35 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-21 09:15:08 +0800 |
commit | 74b8031307c5d33d36742c26dd0921991bd5a255 (patch) | |
tree | 908e57a4984fda07c73080d0ff4ee201bf75591e /arch/arm/mach-imx/Kconfig | |
parent | bf22172158cd6dcc5be6dc286ff5c33794dd0ae8 (diff) | |
download | op-kernel-dev-74b8031307c5d33d36742c26dd0921991bd5a255.zip op-kernel-dev-74b8031307c5d33d36742c26dd0921991bd5a255.tar.gz |
ARM: imx6q: clock and Kconfig update for PCIe support
Update imx6q clock initialization and Kconfig for PCIe support.
Signed-off-by: Sean Cross <xobs@kosagi.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index e017915..270f786 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -802,6 +802,8 @@ config SOC_IMX6Q select HAVE_IMX_SRC select HAVE_SMP select MFD_SYSCON + select MIGHT_HAVE_PCI + select PCI_DOMAINS if PCI select PINCTRL select PINCTRL_IMX6Q select PL310_ERRATA_588369 if CACHE_PL310 |