Re: [PATCH v6 16/16] arm64: defconfig: enable configs for Engicam MicroGEA-STM32MP257-RMM

From: Krzysztof Kozlowski

Date: Thu Jul 02 2026 - 06:18:20 EST


On 30/06/2026 11:24, Dario Binacchi wrote:
> Enable I2C (touchscreen and audio codec), SPI (display configuration),
> DRM panel and SAI (audio) configurations required to support the Engicam
> MicroGEA-STM32MP257-RMM board
>
> Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>
>
> ---
>
> Changes in v6:
> - Update arch/arm64/configs/defconfig to match the current upstream defconfig
> after merge window changes (no functional changes).
>
> Changes in v3:
> - Rebased after dropping patch "arm64: defconfig: cleanup the defconfig"
>
> arch/arm64/configs/defconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 654a102cb5bc..0125763cd92b 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -633,6 +633,7 @@ CONFIG_I2C_RK3X=y
> CONFIG_I2C_RZV2M=m
> CONFIG_I2C_S3C2410=y
> CONFIG_I2C_SH_MOBILE=y
> +CONFIG_I2C_STM32F7=y

This should be rather module (or explained in commit msg why it
cannot/should not be)

> CONFIG_I2C_TEGRA=y
> CONFIG_I2C_UNIPHIER_F=y
> CONFIG_I2C_XILINX=m
> @@ -670,6 +671,7 @@ CONFIG_SPI_QUP=y
> CONFIG_SPI_QCOM_GENI=m
> CONFIG_SPI_S3C64XX=y
> CONFIG_SPI_SH_MSIOF=m
> +CONFIG_SPI_STM32=y

Same here


Best regards,
Krzysztof