summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-03-10 12:16:25 +0300
committerTom Rini <trini@konsulko.com>2021-04-22 21:09:45 +0300
commit77b8cfef531f7758f35a8598bd474713cfc2c2ec (patch)
tree7a8b7d2a94a4b5b8ca06203d744cdf1f55ce0663 /lib
parent6829d60702706b95a7271fbf3db1981c7ce9e6b5 (diff)
downloadu-boot-77b8cfef531f7758f35a8598bd474713cfc2c2ec.tar.xz
lmb: move CONFIG_LMB in Kconfig
Migrate CONFIG_LMB in Kconfig. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index ab8c9ccd60..b7df9eb5d6 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -700,6 +700,13 @@ config LIB_ELF
Support basic elf loading/validating functions.
This supports for 32 bit and 64 bit versions.
+config LMB
+ bool "Enable the logical memory blocks library (lmb)"
+ default y if ARC || ARM || M68K || MICROBLAZE || MIPS || NDS32 || \
+ NIOS2 || PPC || RISCV || SANDBOX || SH || X86 || XTENSA
+ help
+ Support the library logical memory blocks.
+
endmenu
config PHANDLE_CHECK_SEQ