It will be used in the next commit for DRM_MSM.

Suggested-by: Rob Clark <robdcl...@gmail.com>
Signed-off-by: Petr Vorel <pvo...@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

Reply via email to