amba: Hide TEGRA_AHB symbol
authorThierry Reding <treding@nvidia.com>
Thu, 12 Nov 2015 10:50:17 +0000 (11:50 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 24 Nov 2015 15:47:25 +0000 (16:47 +0100)
The symbol depends on ARCH_TEGRA and will default to y. There are no
circumstances under which it is desirable to disable this option.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/amba/Kconfig

index 4a5c9d2..294ba6f 100644 (file)
@@ -4,7 +4,7 @@ config ARM_AMBA
 if ARM_AMBA
 
 config TEGRA_AHB
-       bool "Enable AHB driver for NVIDIA Tegra SoCs"
+       bool
        default y if ARCH_TEGRA
        help
          Adds AHB configuration functionality for NVIDIA Tegra SoCs,