Message ID | 20250225-enable-iris-defconfig-v1-1-1ed49c8396bb@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: defconfig: Enable iris video driver | expand |
On 25/02/2025 11:09, Dikshita Agarwal wrote:
> Enable the building of the iris video driver by default.
1. Why?
2. This was already sent by Neil...
Best regards,
Krzysztof
On 2/25/2025 6:36 PM, Krzysztof Kozlowski wrote: > On 25/02/2025 11:09, Dikshita Agarwal wrote: >> Enable the building of the iris video driver by default. > > > 1. Why? > > 2. This was already sent by Neil... > Apologies, I wasn't aware of that. May be I should subscribe to linux-kernel mailing list for such patches. Please ignore this patch. > Best regards, > Krzysztof
On 26/02/2025 06:51, Dikshita Agarwal wrote: > > > On 2/25/2025 6:36 PM, Krzysztof Kozlowski wrote: >> On 25/02/2025 11:09, Dikshita Agarwal wrote: >>> Enable the building of the iris video driver by default. >> >> >> 1. Why? >> >> 2. This was already sent by Neil... >> > Apologies, I wasn't aware of that. May be I should subscribe to > linux-kernel mailing list for such patches. > > Please ignore this patch. No worries, this was tight timing. I just noted that this was sent, but in future anyway always explain in commit msg "why" changing something. Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cb7da4415599..9cc06923c280 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -845,6 +845,7 @@ CONFIG_VIDEO_IMX8_ISI=m CONFIG_VIDEO_IMX8_ISI_M2M=y CONFIG_VIDEO_IMX8_JPEG=m CONFIG_VIDEO_QCOM_CAMSS=m +CONFIG_VIDEO_QCOM_IRIS=m CONFIG_VIDEO_QCOM_VENUS=m CONFIG_VIDEO_RCAR_ISP=m CONFIG_VIDEO_RCAR_CSI2=m
Enable the building of the iris video driver by default. Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: b2c4bf0c102084e77ed1b12090d77a76469a6814 change-id: 20250225-enable-iris-defconfig-d6b8c2fb4674 Best regards,