Re: [PATCH v2 1/3] arm64: defconfig: enable i.MX AIPSTZ driver

From: Krzysztof Kozlowski

Date: Wed Nov 05 2025 - 01:36:13 EST


On 04/11/2025 16:06, Laurentiu Mihalcea wrote:
> From: Laurentiu Mihalcea <laurentiu.mihalcea@xxxxxxx>
>
> Enable the i.MX AIPSTZ driver, which is used for i.MX8MP-based boards such
> as NXP's IMX8MP-EVK.
>
> Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@xxxxxxx>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 03d89f29e7c1..ae5d32ea9fc3 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -271,6 +271,7 @@ CONFIG_GOOGLE_FIRMWARE=y
> CONFIG_GOOGLE_CBMEM=m
> CONFIG_GOOGLE_COREBOOT_TABLE=m
> CONFIG_EFI_CAPSULE_LOADER=y
> +CONFIG_IMX_AIPSTZ=y

This should be a module.

Best regards,
Krzysztof