bloblist: Make BLOBLIST_TABLES depend on BLOBLIST
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:11:22 +0000 (18:11 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:31 +0000 (15:04 +1300)
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>
lib/Kconfig

index 7288340..80ff244 100644 (file)
@@ -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