On 12/02/2025 20:56, Sebastian LaVine wrote: > diff --git a/MAINTAINERS b/MAINTAINERS > index 50bff3558d7d..27fb3c1be732 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -21890,6 +21890,7 @@ M: Stuart Burtner <sburtner@xxxxxxxxxxxxxx> > L: linux-media@xxxxxxxxxxxxxxx > S: Odd Fixes > F: Documentation/devicetree/bindings/media/i2c/sony,imx728.yaml > +F: drivers/media/i2c/imx728.c > > SONY MEMORYSTICK SUBSYSTEM > M: Maxim Levitsky <maximlevitsky@xxxxxxxxx> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index c62831e61586..0ff578bb4645 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -852,6 +852,7 @@ CONFIG_VIDEO_TI_J721E_CSI2RX=m > CONFIG_VIDEO_HANTRO=m > CONFIG_VIDEO_IMX219=m > CONFIG_VIDEO_IMX412=m > +CONFIG_VIDEO_IMX728=m > CONFIG_VIDEO_OV5640=m This is not related to this patch and should target different subsystem with its own explanation why you thing this should be in common defconfig. Best regards, Krzysztof