[PATCH v2 1/2] init/Kconfig: add python3 availability check

Petr Vorel pvorel at suse.cz
Wed Nov 20 20:22:41 UTC 2024


It will be used in the next commit for DRM_MSM.

Suggested-by: Rob Clark <robdclark at gmail.com>
Signed-off-by: Petr Vorel <pvorel at suse.cz>
---
New in v2

 init/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/init/Kconfig b/init/Kconfig
index fbd0cb06a50a..2561eaebd1d3 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -262,6 +262,9 @@ config HAVE_KERNEL_ZSTD
 config HAVE_KERNEL_UNCOMPRESSED
 	bool
 
+config HAVE_PYTHON3
+	def_bool $(success,$(PYTHON3) -V)
+
 choice
 	prompt "Kernel compression mode"
 	default KERNEL_GZIP
-- 
2.45.2



More information about the dri-devel mailing list