aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-10-20 16:30:47 +0300
committerTom Rini <trini@konsulko.com>2022-10-26 15:21:11 -0400
commit3a82cd26ee60ca31adb10f379b098add329acddb (patch)
tree4b49a9539e07e10c2a5c54d0b21fa2cd55d90bb7 /common
parent2c120375e949807ce8e3b077d6537e2d8d69a87c (diff)
downloadu-boot-3a82cd26ee60ca31adb10f379b098add329acddb.zip
u-boot-3a82cd26ee60ca31adb10f379b098add329acddb.tar.gz
u-boot-3a82cd26ee60ca31adb10f379b098add329acddb.tar.bz2
scripts: Makefile.spl: Enable memory drivers to be built for SPL
Introduce CONFIG_SPL_MEMORY to allow Memory drivers to be built for SPL. Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index b1b9e09..b738c74 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -796,6 +796,13 @@ config SPL_DM_MAILBOX
this option to build the drivers in drivers/mailbox as part of
SPL build.
+config SPL_MEMORY
+ bool "Support Memory controller drivers"
+ help
+ Enable support for Memory Controller drivers within SPL.
+ These devices provide Memory bus interface to various devices like
+ SRAM, Ethernet adapters, FPGAs, etc.
+
config SPL_MMC
bool "Support MMC"
depends on MMC