aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-08-28 16:05:34 -0400
committerOlof Johansson <olof@lixom.net>2013-08-29 15:50:29 -0400
commite8a72e2a5d0c65d2f477969cbc594be42644b68f (patch)
treedb4eb0be29906f6ac98e78b930524363ddb621e7
parent6cbe0e1feaf8f8516ee863e5c37144bafb84c17d (diff)
ARM: tegra: Drop ARCH_SUPPORTS_MSI and sort list
The ARCH_SUPPORTS_MSI symbol was removed during the recent patches that introduce the MSI chip infrastructure. Drop it from the list of selected symbols. While at it, move the MIGHT_HAVE_PCI symbol so the list stays sorted alphabetically. Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/mach-tegra/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index def056493260..fdfff97db824 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -14,6 +14,7 @@ config ARCH_TEGRA
14 select HAVE_CLK 14 select HAVE_CLK
15 select HAVE_SMP 15 select HAVE_SMP
16 select MIGHT_HAVE_CACHE_L2X0 16 select MIGHT_HAVE_CACHE_L2X0
17 select MIGHT_HAVE_PCI
17 select PINCTRL 18 select PINCTRL
18 select SOC_BUS 19 select SOC_BUS
19 select SPARSE_IRQ 20 select SPARSE_IRQ
@@ -21,8 +22,6 @@ config ARCH_TEGRA
21 select USB_ULPI if USB_PHY 22 select USB_ULPI if USB_PHY
22 select USB_ULPI_VIEWPORT if USB_PHY 23 select USB_ULPI_VIEWPORT if USB_PHY
23 select USE_OF 24 select USE_OF
24 select MIGHT_HAVE_PCI
25 select ARCH_SUPPORTS_MSI
26 help 25 help
27 This enables support for NVIDIA Tegra based systems. 26 This enables support for NVIDIA Tegra based systems.
28 27