]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: tegra: Sort dependencies alphabetically
authorThierry Reding <treding@nvidia.com>
Wed, 10 Apr 2019 08:17:47 +0000 (10:17 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 10 Apr 2019 08:17:47 +0000 (10:17 +0200)
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>
arch/arm/mach-tegra/Kconfig

index 7f3b83e0d324620a32949c42bef926bfb34e96db..7b3fd0995a1647fdb81a8e0daaf6642020ba86bf 100644 (file)
@@ -2,6 +2,7 @@
 menuconfig ARCH_TEGRA
        bool "NVIDIA Tegra"
        depends on ARCH_MULTI_V7
+       select ARCH_HAS_RESET_CONTROLLER
        select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
        select ARM_AMBA
        select ARM_GIC
@@ -11,7 +12,6 @@ menuconfig ARCH_TEGRA
        select HAVE_ARM_TWD if SMP
        select PINCTRL
        select PM_OPP
-       select ARCH_HAS_RESET_CONTROLLER
        select RESET_CONTROLLER
        select SOC_BUS
        select ZONE_DMA if ARM_LPAE