Re: [PATCH v4 7/8] doc: spl: Add info for missing Kconfigs

2023-12-02 Thread Simon Glass
On Sat, 25 Nov 2023 at 09:27, Devarsh Thakkar  wrote:
>
> Add info regarding splash screen, video, bloblist and GPIO related
> Kconfigs which were missing in the documentation.
>
> Signed-off-by: Devarsh Thakkar 
> ---
> V2: No change
> V3: No change
> V4: Patch split from parent
> ---
>  doc/develop/spl.rst | 9 +
>  1 file changed, 9 insertions(+)

Reviewed-by: Simon Glass 


[PATCH v4 7/8] doc: spl: Add info for missing Kconfigs

2023-11-25 Thread Devarsh Thakkar
Add info regarding splash screen, video, bloblist and GPIO related
Kconfigs which were missing in the documentation.

Signed-off-by: Devarsh Thakkar 
---
V2: No change
V3: No change
V4: Patch split from parent
---
 doc/develop/spl.rst | 9 +
 1 file changed, 9 insertions(+)

diff --git a/doc/develop/spl.rst b/doc/develop/spl.rst
index 76e87f07c7..814530d348 100644
--- a/doc/develop/spl.rst
+++ b/doc/develop/spl.rst
@@ -65,6 +65,15 @@ CONFIG_SPL_NAND_LOAD (drivers/mtd/nand/raw/nand_spl_load.o)
 CONFIG_SPL_SPI_LOAD (drivers/mtd/spi/spi_spl_load.o)
 CONFIG_SPL_RAM_DEVICE (common/spl/spl.c)
 CONFIG_SPL_WATCHDOG (drivers/watchdog/libwatchdog.o)
+CONFIG_SPL_SYSCON (drivers/core/syscon-uclass.o)
+CONFIG_SPL_GZIP (lib/gzip.o)
+CONFIG_SPL_VIDEO (drivers/video/video-uclass.o 
drivers/video/vidconsole-uclass.o)
+CONFIG_SPL_SPLASH_SCREEN (common/splash.o)
+CONFIG_SPL_SPLASH_SOURCE (common/splash_source.o)
+CONFIG_SPL_GPIO (drivers/gpio)
+CONFIG_SPL_DM_GPIO (drivers/gpio/gpio-uclass.o)
+CONFIG_SPL_BMP (drivers/video/bmp.o)
+CONFIG_SPL_BLOBLIST (common/bloblist.o)
 
 Adding SPL-specific code
 
-- 
2.34.1