[PATCH v4 1/2] init/Kconfig: add python3 availability config
Masahiro Yamada
masahiroy at kernel.org
Wed Nov 20 21:34:51 UTC 2024
On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel <pvorel at suse.cz> wrote:
>
> 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>
> ---
> Changes v3->v4:
> * Move definition to the end of the file
I prefer to not check the tool.
Why don't you install python3?
> 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
>
--
Best Regards
Masahiro Yamada
More information about the Freedreno
mailing list