Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1193827
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] ARM: at91: at91_dt_defconfig: enable ISI and ov2640 support |
| Date | 2015-07-28 09:40 +0200 |
| Message-ID | <pR7Eu-2w2-19@gated-at.bofh.it> (permalink) |
| References | <pBVYD-7DV-25@gated-at.bofh.it> <pBVYD-7DV-23@gated-at.bofh.it> |
| Organization | atmel |
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 > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v2 2/2] ARM: at91: at91_dt_defconfig: enable ISI and ov2640 support Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-07-28 09:40 +0200 Re: [PATCH v2 2/2] ARM: at91: at91_dt_defconfig: enable ISI and ov2640 support Josh Wu <josh.wu@atmel.com> - 2015-07-28 10:20 +0200
csiph-web