diff mbox series

[v3,30/81] boot: Add a Kconfig for SPL_UT_COMPRESSION

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

Commit Message

Simon Glass Feb. 6, 2023, 7:04 p.m. UTC
This is implicitly used in the source and seems useful, so add it.

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

(no changes since v1)

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

Patch

diff --git a/test/Kconfig b/test/Kconfig
index 465028265b2..944d4eb1560 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -75,6 +75,11 @@  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
+	help
+	  Dummy option to ensure that this feature is not enabled in SPL.
+
 config UT_LOG
 	bool "Unit tests for logging functions"
 	depends on UNIT_TEST