]> git.sur5r.net Git - u-boot/blobdiff - drivers/mailbox/Kconfig
x86: use EFI calling convention for efi_main on x86_64
[u-boot] / drivers / mailbox / Kconfig
index 90875123901084ef4dec4c00c7e426ebd716d8b6..9649b705895b1f26c9a6e1cbb9e19e335547add5 100644 (file)
@@ -17,4 +17,11 @@ config SANDBOX_MBOX
          Enable support for a test mailbox implementation, which simply echos
          back a modified version of any message that is sent.
 
+config TEGRA_HSP
+       bool "Enable Tegra HSP controller support"
+       depends on DM_MAILBOX && TEGRA
+       help
+         This enables support for the NVIDIA Tegra HSP Hw module, which
+         implements doorbells, mailboxes, semaphores, and shared interrupts.
+
 endmenu