Message ID | 1434449315-9243-2-git-send-email-josh.wu@atmel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Le 16/06/2015 12:08, Josh Wu a écrit : > Add Atmel-isi and ov2640 driver in defconfig > > Signed-off-by: Josh Wu <josh.wu@atmel.com> > --- > > Changes in v2: None > > arch/arm/configs/at91_dt_defconfig | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig > index bcef49a..d089ec9 100644 > --- a/arch/arm/configs/at91_dt_defconfig > +++ b/arch/arm/configs/at91_dt_defconfig > @@ -131,6 +131,12 @@ CONFIG_POWER_RESET=y > CONFIG_WATCHDOG=y > CONFIG_AT91SAM9X_WATCHDOG=y > CONFIG_SSB=m > +CONFIG_MEDIA_SUPPORT=y > +CONFIG_MEDIA_CAMERA_SUPPORT=y > +CONFIG_V4L_PLATFORM_DRIVERS=y > +CONFIG_SOC_CAMERA=y > +CONFIG_VIDEO_ATMEL_ISI=y > +CONFIG_SOC_CAMERA_OV2640=y I would select this camera driver as a module. Your thoughts? Bye, > CONFIG_FB=y > CONFIG_FB_ATMEL=y > CONFIG_BACKLIGHT_LCD_SUPPORT=y >
On 7/28/2015 3:37 PM, Nicolas Ferre wrote: > Le 16/06/2015 12:08, Josh Wu a écrit : >> Add Atmel-isi and ov2640 driver in defconfig >> >> Signed-off-by: Josh Wu <josh.wu@atmel.com> >> --- >> >> Changes in v2: None >> >> arch/arm/configs/at91_dt_defconfig | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig >> index bcef49a..d089ec9 100644 >> --- a/arch/arm/configs/at91_dt_defconfig >> +++ b/arch/arm/configs/at91_dt_defconfig >> @@ -131,6 +131,12 @@ CONFIG_POWER_RESET=y >> CONFIG_WATCHDOG=y >> CONFIG_AT91SAM9X_WATCHDOG=y >> CONFIG_SSB=m >> +CONFIG_MEDIA_SUPPORT=y >> +CONFIG_MEDIA_CAMERA_SUPPORT=y >> +CONFIG_V4L_PLATFORM_DRIVERS=y >> +CONFIG_SOC_CAMERA=y >> +CONFIG_VIDEO_ATMEL_ISI=y >> +CONFIG_SOC_CAMERA_OV2640=y > I would select this camera driver as a module. Your thoughts? yes, I agree. Do I need to resent the patch for this? Best Regards, Josh Wu > > Bye, > >> CONFIG_FB=y >> CONFIG_FB_ATMEL=y >> CONFIG_BACKLIGHT_LCD_SUPPORT=y >> >
Le 28/07/2015 10:15, Josh Wu a écrit : > On 7/28/2015 3:37 PM, Nicolas Ferre wrote: >> Le 16/06/2015 12:08, Josh Wu a écrit : >>> Add Atmel-isi and ov2640 driver in defconfig >>> >>> Signed-off-by: Josh Wu <josh.wu@atmel.com> >>> --- >>> >>> Changes in v2: None >>> >>> arch/arm/configs/at91_dt_defconfig | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig >>> index bcef49a..d089ec9 100644 >>> --- a/arch/arm/configs/at91_dt_defconfig >>> +++ b/arch/arm/configs/at91_dt_defconfig >>> @@ -131,6 +131,12 @@ CONFIG_POWER_RESET=y >>> CONFIG_WATCHDOG=y >>> CONFIG_AT91SAM9X_WATCHDOG=y >>> CONFIG_SSB=m >>> +CONFIG_MEDIA_SUPPORT=y >>> +CONFIG_MEDIA_CAMERA_SUPPORT=y >>> +CONFIG_V4L_PLATFORM_DRIVERS=y >>> +CONFIG_SOC_CAMERA=y >>> +CONFIG_VIDEO_ATMEL_ISI=y >>> +CONFIG_SOC_CAMERA_OV2640=y >> I would select this camera driver as a module. Your thoughts? > > yes, I agree. > Do I need to resent the patch for this? Nope, no need: I do it while am queuing this patch in at91-4.3-dt with my: Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Bye,
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index bcef49a..d089ec9 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -131,6 +131,12 @@ CONFIG_POWER_RESET=y CONFIG_WATCHDOG=y CONFIG_AT91SAM9X_WATCHDOG=y CONFIG_SSB=m +CONFIG_MEDIA_SUPPORT=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_SOC_CAMERA=y +CONFIG_VIDEO_ATMEL_ISI=y +CONFIG_SOC_CAMERA_OV2640=y CONFIG_FB=y CONFIG_FB_ATMEL=y CONFIG_BACKLIGHT_LCD_SUPPORT=y
Add Atmel-isi and ov2640 driver in defconfig Signed-off-by: Josh Wu <josh.wu@atmel.com> --- Changes in v2: None arch/arm/configs/at91_dt_defconfig | 6 ++++++ 1 file changed, 6 insertions(+)