summaryrefslogtreecommitdiff
path: root/drivers/amba/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/amba/Kconfig')
-rw-r--r--drivers/amba/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig
index 294ba6f36396..14bb61ff801e 100644
--- a/drivers/amba/Kconfig
+++ b/drivers/amba/Kconfig
@@ -1,10 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0
config ARM_AMBA
bool
if ARM_AMBA
config TEGRA_AHB
- bool
+ bool "Enable AHB driver for NVIDIA Tegra SoCs" if COMPILE_TEST
default y if ARCH_TEGRA
help
Adds AHB configuration functionality for NVIDIA Tegra SoCs,