aboutsummaryrefslogtreecommitdiff
path: root/drivers/mailbox
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-05-06 08:02:41 -0400
committerTom Rini <trini@konsulko.com>2020-05-15 14:47:35 -0400
commit18138ab20347ffe5a2b80dd180026dae697a160d (patch)
tree33c1293f88d4fa8287a53ca832609d7727a45d01 /drivers/mailbox
parentbb0fb4c0f40803eaffd7a4fc0ec3a9fe4a8be0f0 (diff)
downloadu-boot-18138ab20347ffe5a2b80dd180026dae697a160d.zip
u-boot-18138ab20347ffe5a2b80dd180026dae697a160d.tar.gz
u-boot-18138ab20347ffe5a2b80dd180026dae697a160d.tar.bz2
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
Have this symbol follow the pattern of all other such symbols. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'drivers/mailbox')
-rw-r--r--drivers/mailbox/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 85c2a82..dd4b0ac 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -19,7 +19,7 @@ config SANDBOX_MBOX
config TEGRA_HSP
bool "Enable Tegra HSP controller support"
- depends on DM_MAILBOX && TEGRA
+ depends on DM_MAILBOX && ARCH_TEGRA
help
This enables support for the NVIDIA Tegra HSP Hw module, which
implements doorbells, mailboxes, semaphores, and shared interrupts.