From 880274192cfdcec83b32b15ae47e7cbfc2edc1df Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Mon, 27 Aug 2018 15:57:49 +0530 Subject: spl: Allow mailbox drivers to be used within SPL Add an option for building mailbox drivers within SPL. Reviewed-by: Tom Rini Signed-off-by: Lokesh Vutla --- common/spl/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common') diff --git a/common/spl/Kconfig b/common/spl/Kconfig index e5a5188..cccd551 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -430,6 +430,14 @@ config SPL_LIBGENERIC_SUPPORT boards. Enable this option to build the code in lib/ as part of an SPL build. +config SPL_DM_MAILBOX + bool "Support Mailbox" + help + Enable support for Mailbox within SPL. This enable the inter + processor communication protocols tobe used within SPL. Enable + this option to build the drivers in drivers/mailbox as part of + SPL build. + config SPL_MMC_SUPPORT bool "Support MMC" depends on MMC -- cgit v1.1