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

ARM: tegra: Sort dependencies alphabetically

The list of dependencies has become unsorted, which makes it difficult
to find the right place to insert new dependencies. Restore alphabetical
order to make future additions easier.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+1 -1
+1 -1
arch/arm/mach-tegra/Kconfig
··· 2 2 menuconfig ARCH_TEGRA 3 3 bool "NVIDIA Tegra" 4 4 depends on ARCH_MULTI_V7 5 + select ARCH_HAS_RESET_CONTROLLER 5 6 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS 6 7 select ARM_AMBA 7 8 select ARM_GIC ··· 12 11 select HAVE_ARM_TWD if SMP 13 12 select PINCTRL 14 13 select PM_OPP 15 - select ARCH_HAS_RESET_CONTROLLER 16 14 select RESET_CONTROLLER 17 15 select SOC_BUS 18 16 select ZONE_DMA if ARM_LPAE