summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-04-10 04:17:47 -0400
committerThierry Reding <treding@nvidia.com>2019-04-10 04:17:47 -0400
commitc8e7755ec62b47482d2f1343d5db3a95f807a73f (patch)
treeb33694ee5acf16cbd655a9190710446d478016af
parent78ee399f1632a00a92dcdb0ebba8cfe0081a3e5d (diff)
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>
-rw-r--r--arch/arm/mach-tegra/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 7f3b83e0d324..7b3fd0995a16 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -2,6 +2,7 @@
2menuconfig ARCH_TEGRA 2menuconfig ARCH_TEGRA
3 bool "NVIDIA Tegra" 3 bool "NVIDIA Tegra"
4 depends on ARCH_MULTI_V7 4 depends on ARCH_MULTI_V7
5 select ARCH_HAS_RESET_CONTROLLER
5 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS 6 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
6 select ARM_AMBA 7 select ARM_AMBA
7 select ARM_GIC 8 select ARM_GIC
@@ -11,7 +12,6 @@ menuconfig ARCH_TEGRA
11 select HAVE_ARM_TWD if SMP 12 select HAVE_ARM_TWD if SMP
12 select PINCTRL 13 select PINCTRL
13 select PM_OPP 14 select PM_OPP
14 select ARCH_HAS_RESET_CONTROLLER
15 select RESET_CONTROLLER 15 select RESET_CONTROLLER
16 select SOC_BUS 16 select SOC_BUS
17 select ZONE_DMA if ARM_LPAE 17 select ZONE_DMA if ARM_LPAE