summaryrefslogtreecommitdiffstats
path: root/drivers/amba
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-11-12 11:50:17 +0100
committerThierry Reding <treding@nvidia.com>2015-11-24 16:47:25 +0100
commitb73c48859895ec32a12ae9670a82c463f280ae35 (patch)
tree18d1dfa44f612caae75e38f8911388593990281e /drivers/amba
parent9544595262f32f0e6dd6e0170e31ca8582c9cbb0 (diff)
downloadop-kernel-dev-b73c48859895ec32a12ae9670a82c463f280ae35.zip
op-kernel-dev-b73c48859895ec32a12ae9670a82c463f280ae35.tar.gz
amba: Hide TEGRA_AHB symbol
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>
Diffstat (limited to 'drivers/amba')
-rw-r--r--drivers/amba/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig
index 4a5c9d2..294ba6f 100644
--- a/drivers/amba/Kconfig
+++ b/drivers/amba/Kconfig
@@ -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,
OpenPOWER on IntegriCloud