diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-29 10:24:25 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-26 03:43:25 -0500 |
commit | bd968d59ad1bf0a21dfadda01e842c477712097d (patch) | |
tree | 568d06e3127c89dea10ea2074f0072168b20acba /arch/arm/mach-tegra | |
parent | d075f4a2b8b9b3531a00fa359fdc4c8eb3fad97b (diff) |
ARM: tegra: Move AHB Kconfig to drivers/amba
This will allow the Kconfig option to be shared among 32-bit and 64-bit
ARM.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 095399618ca5..d0be9a1ef6b8 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -2,6 +2,7 @@ menuconfig ARCH_TEGRA | |||
2 | bool "NVIDIA Tegra" if ARCH_MULTI_V7 | 2 | bool "NVIDIA Tegra" if ARCH_MULTI_V7 |
3 | select ARCH_REQUIRE_GPIOLIB | 3 | select ARCH_REQUIRE_GPIOLIB |
4 | select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS | 4 | select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS |
5 | select ARM_AMBA | ||
5 | select ARM_GIC | 6 | select ARM_GIC |
6 | select CLKSRC_MMIO | 7 | select CLKSRC_MMIO |
7 | select HAVE_ARM_SCU if SMP | 8 | select HAVE_ARM_SCU if SMP |
@@ -59,12 +60,4 @@ config ARCH_TEGRA_124_SOC | |||
59 | Support for NVIDIA Tegra T124 processor family, based on the | 60 | Support for NVIDIA Tegra T124 processor family, based on the |
60 | ARM CortexA15MP CPU | 61 | ARM CortexA15MP CPU |
61 | 62 | ||
62 | config TEGRA_AHB | ||
63 | bool "Enable AHB driver for NVIDIA Tegra SoCs" | ||
64 | default y | ||
65 | help | ||
66 | Adds AHB configuration functionality for NVIDIA Tegra SoCs, | ||
67 | which controls AHB bus master arbitration and some | ||
68 | performance parameters(priority, prefech size). | ||
69 | |||
70 | endif | 63 | endif |