public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/2] init/Kconfig: add python3 availability config
@ 2024-11-20 20:41 Petr Vorel
  2024-11-20 20:41 ` [PATCH v4 2/2] drm/msm: depend on python3 Petr Vorel
  2024-11-20 21:34 ` [PATCH v4 1/2] init/Kconfig: add python3 availability config Masahiro Yamada
  0 siblings, 2 replies; 12+ messages in thread
From: Petr Vorel @ 2024-11-20 20:41 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Petr Vorel, Masahiro Yamada, Dmitry Baryshkov, Andrew Morton,
	linux-kbuild, dri-devel, freedreno, linux-kernel, Rob Clark

It will be used in the next commit for DRM_MSM.

Suggested-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Changes v3->v4:
* Move definition to the end of the file

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

diff --git a/init/Kconfig b/init/Kconfig
index fbd0cb06a50a..c77e45484e81 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2047,3 +2047,6 @@ config ARCH_HAS_SYNC_CORE_BEFORE_USERMODE
 # <asm/syscall_wrapper.h>.
 config ARCH_HAS_SYSCALL_WRAPPER
 	def_bool n
+
+config HAVE_PYTHON3
+	def_bool $(success,$(PYTHON3) -V)
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-11-26  4:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20 20:41 [PATCH v4 1/2] init/Kconfig: add python3 availability config Petr Vorel
2024-11-20 20:41 ` [PATCH v4 2/2] drm/msm: depend on python3 Petr Vorel
2024-11-20 21:34 ` [PATCH v4 1/2] init/Kconfig: add python3 availability config Masahiro Yamada
2024-11-21  1:17   ` Petr Vorel
2024-11-21  1:49     ` Rob Clark
2024-11-21 22:28       ` Masahiro Yamada
2024-11-22 20:41         ` Petr Vorel
2024-11-26  4:12           ` Masahiro Yamada
2024-11-21 22:16     ` Masahiro Yamada
2024-11-22  9:51       ` Jani Nikula
2024-11-22 13:49         ` Rob Clark
2024-11-22 14:13           ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox