diff mbox series

ARM: configs: at91: sama5: resync with media changes

Message ID 20201016075109.287506-1-eugen.hristev@microchip.com (mailing list archive)
State New, archived
Headers show
Series ARM: configs: at91: sama5: resync with media changes | expand

Commit Message

Eugen Hristev Oct. 16, 2020, 7:51 a.m. UTC
The media tree Kconfig has changed recently, and a lot of modules were
built unintentionally, like the dvb frontends and encoders.
Resync the defconfig to build the sama5 drivers and tested sensors.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 arch/arm/configs/sama5_defconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Alexandre Belloni Oct. 28, 2020, 8:30 p.m. UTC | #1
On Fri, 16 Oct 2020 10:51:09 +0300, Eugen Hristev wrote:
> The media tree Kconfig has changed recently, and a lot of modules were
> built unintentionally, like the dvb frontends and encoders.
> Resync the defconfig to build the sama5 drivers and tested sensors.

Applied, thanks!

[1/1] ARM: configs: at91: sama5: resync with media changes
      commit: fb533fc76d341ab73fc7e3cec0ab012bd2881ca7

Best regards,
Alexandre Belloni Oct. 28, 2020, 8:34 p.m. UTC | #2
Hi,

On 16/10/2020 10:51:09+0300, Eugen Hristev wrote:
> The media tree Kconfig has changed recently, and a lot of modules were
> built unintentionally, like the dvb frontends and encoders.
> Resync the defconfig to build the sama5 drivers and tested sensors.
> 

Isn't at91_defconfig also affected? I didn't know which sensors you
wanted to keep so I didn't do this cleanup. I guess only what is tested
with sam9x60 is relevant now.

> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> ---
>  arch/arm/configs/sama5_defconfig | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
> index 037d3a718a60..2c8a621a8f1f 100644
> --- a/arch/arm/configs/sama5_defconfig
> +++ b/arch/arm/configs/sama5_defconfig
> @@ -153,9 +153,18 @@ CONFIG_REGULATOR_ACT8945A=y
>  CONFIG_REGULATOR_MCP16502=m
>  CONFIG_REGULATOR_PWM=m
>  CONFIG_MEDIA_SUPPORT=y
> +CONFIG_MEDIA_SUPPORT_FILTER=y
> +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
>  CONFIG_MEDIA_CAMERA_SUPPORT=y
> +CONFIG_MEDIA_PLATFORM_SUPPORT=y
>  CONFIG_V4L_PLATFORM_DRIVERS=y
> +CONFIG_VIDEO_ATMEL_ISC=y
>  CONFIG_VIDEO_ATMEL_ISI=y
> +CONFIG_VIDEO_OV2640=m
> +CONFIG_VIDEO_OV5640=m
> +CONFIG_VIDEO_OV7670=m
> +CONFIG_VIDEO_OV7740=m
> +CONFIG_VIDEO_MT9V032=m
>  CONFIG_DRM=y
>  CONFIG_DRM_ATMEL_HLCDC=y
>  CONFIG_DRM_PANEL_SIMPLE=y
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 037d3a718a60..2c8a621a8f1f 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -153,9 +153,18 @@  CONFIG_REGULATOR_ACT8945A=y
 CONFIG_REGULATOR_MCP16502=m
 CONFIG_REGULATOR_PWM=m
 CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_SUPPORT_FILTER=y
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_PLATFORM_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_ATMEL_ISC=y
 CONFIG_VIDEO_ATMEL_ISI=y
+CONFIG_VIDEO_OV2640=m
+CONFIG_VIDEO_OV5640=m
+CONFIG_VIDEO_OV7670=m
+CONFIG_VIDEO_OV7740=m
+CONFIG_VIDEO_MT9V032=m
 CONFIG_DRM=y
 CONFIG_DRM_ATMEL_HLCDC=y
 CONFIG_DRM_PANEL_SIMPLE=y