diff mbox series

[v3,43/95] boot: Add a Kconfig for SPL_UT_COMPRESSION

Message ID 20230212231638.1134219-44-sjg@chromium.org
State RFC
Delegated to: Tom Rini
Headers show
Series RFC: Migrate to split config | expand

Commit Message

Simon Glass Feb. 12, 2023, 11:15 p.m. UTC
This is implicitly used in the source and seems useful, so add it.

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

Changes in v3:
- Use a consistent format for the comment

 test/Kconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/test/Kconfig b/test/Kconfig
index 465028265b2..5cce519670c 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -75,6 +75,9 @@  config UT_COMPRESSION
 	  Enables tests for compression and decompression routines for simple
 	  sanity and for buffer overflow conditions.
 
+config SPL_UT_COMPRESSION
+	def_bool n  # Unit test for compression (SPL)
+
 config UT_LOG
 	bool "Unit tests for logging functions"
 	depends on UNIT_TEST