Re: [PATCH v3 4/5] arm64: defconfig: add MEDIA_PLATFORM_SUPPORT

From: Li Yang
Date: Fri May 22 2020 - 18:04:20 EST


On Mon, Apr 27, 2020 at 8:43 AM Max Krummenacher <max.oss.09@xxxxxxxxx> wrote:
>
> Commit 06b93644f4d1 ("media: Kconfig: add an option to filter in/out
> platform drivers") adds a new Kconfig symbol which now hides drivers
> currently enabled in the arm64 defconfig. Enable it to get those
> drivers back.
>
> Signed-off-by: Max Krummenacher <max.krummenacher@xxxxxxxxxxx>

Acked-by: Li Yang <leoyang.li@xxxxxxx>

This is pretty important otherwise some of the drivers enabled in
defconfig will no longer build.

>
>
> ---
>
> Changes in v3:
> - new patch: added 'arm64: defconfig: add MEDIA_PLATFORM_SUPPORT' now
> needed for some enabled drivers or these drivers will silently not
> be built.
>
> Changes in v2: None
>
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index b8259814065dc..472aa82b9feee 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -569,6 +569,7 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
> CONFIG_MEDIA_SDR_SUPPORT=y
> CONFIG_MEDIA_CONTROLLER=y
> CONFIG_VIDEO_V4L2_SUBDEV_API=y
> +CONFIG_MEDIA_PLATFORM_SUPPORT=y
> # CONFIG_DVB_NET is not set
> CONFIG_MEDIA_USB_SUPPORT=y
> CONFIG_USB_VIDEO_CLASS=m
> --
> 2.20.1
>