aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-03-13 08:11:43 -0400
committerJassi Brar <jaswinder.singh@linaro.org>2018-03-15 11:54:30 -0400
commit85bd2de4f6d4f2bbf3839e08b94cb439f2a413ee (patch)
tree459749121b44dc8620763e299e13cf93e62b34ec
parent6de84023d31bc40931d0a789b75964db8728e553 (diff)
mailbox: tegra: relax TEGRA_HSP_MBOX Kconfig dependencies
With the addition of the ARCH_TEGRA_194_SOC driver, we get a new Kconfig warning: warning: (ARCH_TEGRA_186_SOC && ARCH_TEGRA_194_SOC) selects TEGRA_HSP_MBOX which has unmet direct dependencies (MAILBOX && ARCH_TEGRA_186_SOC) It looks like the dependency is a bit too strict here, allowing the driver to be built for any Tegra chip avoids the problem. Fixes: 6f9ed07fde03 ("soc/tegra: Add Tegra194 SoC configuration option") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r--drivers/mailbox/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index ba2f1525f4ee..7c24900554a7 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -134,7 +134,7 @@ config QCOM_APCS_IPC
134 134
135config TEGRA_HSP_MBOX 135config TEGRA_HSP_MBOX
136 bool "Tegra HSP (Hardware Synchronization Primitives) Driver" 136 bool "Tegra HSP (Hardware Synchronization Primitives) Driver"
137 depends on ARCH_TEGRA_186_SOC 137 depends on ARCH_TEGRA
138 help 138 help
139 The Tegra HSP driver is used for the interprocessor communication 139 The Tegra HSP driver is used for the interprocessor communication
140 between different remote processors and host processors on Tegra186 140 between different remote processors and host processors on Tegra186