aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLokesh Vutla2018-08-27 05:27:53 -0500
committerTom Rini2018-09-11 07:32:55 -0500
commit08c45314a8f780aff8c2c9f39d57235f950bcee0 (patch)
treecaccc22bfa37e9f829b45a65e93f3271c88b19b1 /common
parentc365ed7d4bc4173baad05a0c2d40d48ce8e41394 (diff)
downloadu-boot-08c45314a8f780aff8c2c9f39d57235f950bcee0.tar.gz
u-boot-08c45314a8f780aff8c2c9f39d57235f950bcee0.tar.xz
u-boot-08c45314a8f780aff8c2c9f39d57235f950bcee0.zip
spl: Allow remoteproc drivers to be used within SPL
Add an option for building remoteproc drivers within SPL. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index cccd551aca..280496fbe0 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -642,6 +642,12 @@ config SPL_RAM_DEVICE
642 be already in memory when SPL takes over, e.g. loaded by the boot 642 be already in memory when SPL takes over, e.g. loaded by the boot
643 ROM. 643 ROM.
644 644
645config SPL_REMOTEPROC
646 bool "Support REMOTEPROCS"
647 help
648 Enable support for REMOTEPROCs in SPL. This permits to load
649 a remote processor firmware in SPL.
650
645config SPL_RTC_SUPPORT 651config SPL_RTC_SUPPORT
646 bool "Support RTC drivers" 652 bool "Support RTC drivers"
647 help 653 help