X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmailbox%2FKconfig;h=9649b705895b1f26c9a6e1cbb9e19e335547add5;hb=c132f38d2428be792df64ab46415b74c929bc919;hp=90875123901084ef4dec4c00c7e426ebd716d8b6;hpb=3fc304b8d77ce6646d38ae506e9fae74b9975631;p=u-boot diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 9087512390..9649b70589 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -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