Commit e8a72e2a authored by Thierry Reding's avatar Thierry Reding Committed by Olof Johansson

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: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 6cbe0e1f
...@@ -14,6 +14,7 @@ config ARCH_TEGRA ...@@ -14,6 +14,7 @@ config ARCH_TEGRA
select HAVE_CLK select HAVE_CLK
select HAVE_SMP select HAVE_SMP
select MIGHT_HAVE_CACHE_L2X0 select MIGHT_HAVE_CACHE_L2X0
select MIGHT_HAVE_PCI
select PINCTRL select PINCTRL
select SOC_BUS select SOC_BUS
select SPARSE_IRQ select SPARSE_IRQ
...@@ -21,8 +22,6 @@ config ARCH_TEGRA ...@@ -21,8 +22,6 @@ config ARCH_TEGRA
select USB_ULPI if USB_PHY select USB_ULPI if USB_PHY
select USB_ULPI_VIEWPORT if USB_PHY select USB_ULPI_VIEWPORT if USB_PHY
select USE_OF select USE_OF
select MIGHT_HAVE_PCI
select ARCH_SUPPORTS_MSI
help help
This enables support for NVIDIA Tegra based systems. This enables support for NVIDIA Tegra based systems.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment