summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorThierry Reding2019-04-10 10:17:47 +0200
committerThierry Reding2019-04-10 10:17:47 +0200
commitc8e7755ec62b47482d2f1343d5db3a95f807a73f (patch)
treeb33694ee5acf16cbd655a9190710446d478016af /arch/arm/mach-tegra
parentARM: tegra: Add firmware calls required for suspend-resume on Tegra30 (diff)
downloadkernel-qcow2-linux-c8e7755ec62b47482d2f1343d5db3a95f807a73f.tar.gz
kernel-qcow2-linux-c8e7755ec62b47482d2f1343d5db3a95f807a73f.tar.xz
kernel-qcow2-linux-c8e7755ec62b47482d2f1343d5db3a95f807a73f.zip
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>
Diffstat (limited to 'arch/arm/mach-tegra')
-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 @@
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