Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thierry Reding and committed by
Olof Johansson
e8a72e2a 6cbe0e1f

+1 -2
+1 -2
arch/arm/mach-tegra/Kconfig
··· 14 14 select HAVE_CLK 15 15 select HAVE_SMP 16 16 select MIGHT_HAVE_CACHE_L2X0 17 + select MIGHT_HAVE_PCI 17 18 select PINCTRL 18 19 select SOC_BUS 19 20 select SPARSE_IRQ ··· 22 21 select USB_ULPI if USB_PHY 23 22 select USB_ULPI_VIEWPORT if USB_PHY 24 23 select USE_OF 25 - select MIGHT_HAVE_PCI 26 - select ARCH_SUPPORTS_MSI 27 24 help 28 25 This enables support for NVIDIA Tegra based systems. 29 26