aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-08-09 10:49:19 -0400
committerStephen Warren <swarren@nvidia.com>2013-08-13 14:07:45 -0400
commitd1523b52bff35ea709141abac87dd701559ef290 (patch)
treebc60d26ee1b80ef445e6b3d8ae5546ff4d774ab7 /arch/arm/mach-tegra/Kconfig
parent734a0f6bb93d6f2c27a2b2976e9da1e31905facd (diff)
PCI: tegra: Move PCIe driver to drivers/pci/host
Move the PCIe driver from arch/arm/mach-tegra into the drivers/pci/host directory. The motivation is to collect various host controller drivers in the same location in order to facilitate refactoring. The Tegra PCIe driver has been largely rewritten, both in order to turn it into a proper platform driver and to add MSI (based on code by Krishna Kishore <kthota@nvidia.com>) as well as device tree support. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> [swarren, split DT changes into a separate patch in another branch] Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index e963db273339..def056493260 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -21,6 +21,8 @@ config ARCH_TEGRA
21 select USB_ULPI if USB_PHY 21 select USB_ULPI if USB_PHY
22 select USB_ULPI_VIEWPORT if USB_PHY 22 select USB_ULPI_VIEWPORT if USB_PHY
23 select USE_OF 23 select USE_OF
24 select MIGHT_HAVE_PCI
25 select ARCH_SUPPORTS_MSI
24 help 26 help
25 This enables support for NVIDIA Tegra based systems. 27 This enables support for NVIDIA Tegra based systems.
26 28
@@ -60,11 +62,6 @@ config ARCH_TEGRA_114_SOC
60 Support for NVIDIA Tegra T114 processor family, based on the 62 Support for NVIDIA Tegra T114 processor family, based on the
61 ARM CortexA15MP CPU 63 ARM CortexA15MP CPU
62 64
63config TEGRA_PCI
64 bool "PCI Express support"
65 depends on ARCH_TEGRA_2x_SOC
66 select PCI
67
68config TEGRA_AHB 65config TEGRA_AHB
69 bool "Enable AHB driver for NVIDIA Tegra SoCs" 66 bool "Enable AHB driver for NVIDIA Tegra SoCs"
70 default y 67 default y