summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-11 06:14:31 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 21:29:37 +0300
commit9ca00684db9d4c2b5973a764ba7826c71e931f16 (patch)
tree552502c014328c74e0ddab23a878a58c8a1c0a4b /doc
parent83061dbd1c893a9abd1b2566785e100448e3f6a3 (diff)
downloadu-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.tar.xz
Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.SPL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.SPL b/doc/README.SPL
index c6c06f4250..ad1ead3b20 100644
--- a/doc/README.SPL
+++ b/doc/README.SPL
@@ -58,7 +58,7 @@ CONFIG_SPL_FS_EXT4
CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o)
CONFIG_SPL_POWER (drivers/power/libpower.o)
CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/raw/libnand.o)
-CONFIG_SPL_DRIVERS_MISC_SUPPORT (drivers/misc)
+CONFIG_SPL_DRIVERS_MISC (drivers/misc)
CONFIG_SPL_DMA (drivers/dma/libdma.o)
CONFIG_SPL_POST_MEM_SUPPORT (post/drivers/memory.o)
CONFIG_SPL_NAND_LOAD (drivers/mtd/nand/raw/nand_spl_load.o)