Add an extra condition here since we cannot put x86 tables in a bloblist
when bloblists are not supported.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 lib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index b35a71ac368..705196aef89 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -640,7 +640,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
-- 
2.31.0.rc2.261.g7f71774620-goog

Reply via email to