Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754745AbbG1Hi2 (ORCPT ); Tue, 28 Jul 2015 03:38:28 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:23365 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751447AbbG1Hi1 (ORCPT ); Tue, 28 Jul 2015 03:38:27 -0400 Message-ID: <55B7312F.9040505@atmel.com> Date: Tue, 28 Jul 2015 09:37:19 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Josh Wu , CC: , Russell King , Alexandre Belloni , Bo Shen Subject: Re: [PATCH v2 2/2] ARM: at91: at91_dt_defconfig: enable ISI and ov2640 support References: <1434449315-9243-1-git-send-email-josh.wu@atmel.com> <1434449315-9243-2-git-send-email-josh.wu@atmel.com> In-Reply-To: <1434449315-9243-2-git-send-email-josh.wu@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1153 Lines: 43 Le 16/06/2015 12:08, Josh Wu a ?crit : > Add Atmel-isi and ov2640 driver in defconfig > > Signed-off-by: Josh Wu > --- > > 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/