]> Git Repo - u-boot.git/commitdiff
bloblist: Make BLOBLIST_TABLES depend on BLOBLIST
authorSimon Glass <[email protected]>
Mon, 15 Mar 2021 05:11:22 +0000 (18:11 +1300)
committerSimon Glass <[email protected]>
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 <[email protected]>
lib/Kconfig

index 728834061435cc258cdeeab2159cd851f9ab2b6f..80ff2443cb8ee96c1f6ef396fb096741882f1d21 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
This page took 0.03522 seconds and 4 git commands to generate.