summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 08:11:22 +0300
committerSimon Glass <sjg@chromium.org>2021-03-27 05:04:31 +0300
commitf2c1442e9643396a764fc3c9c28ffc2f36a73bbe (patch)
tree9d48d98bc570181b2f7e2ae14696897f57ee86b2 /lib/Kconfig
parent45cd2e55755b77b644401bb3887c11f7653327c0 (diff)
downloadu-boot-f2c1442e9643396a764fc3c9c28ffc2f36a73bbe.tar.xz
bloblist: Make BLOBLIST_TABLES depend on BLOBLIST
Add an extra condition here since we cannot put x86 tables in a bloblist when bloblists are not supported. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 7288340614..80ff2443cb 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -642,7 +642,7 @@ menu "System tables"
config BLOBLIST_TABLES
bool "Put tables in a bloblist"
- depends on X86
+ depends on X86 && BLOBLIST
help
Normally tables are placed at address 0xf0000 and can be up to 64KB
long. With this option, tables are instead placed in the bloblist