Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754475AbbG3RSB (ORCPT ); Thu, 30 Jul 2015 13:18:01 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:11841 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbbG3RSA (ORCPT ); Thu, 30 Jul 2015 13:18:00 -0400 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , ARM Maintainers CC: , , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches , Josh Wu , Nicolas Ferre Subject: [PATCH] ARM: at91: at91_dt_defconfig: enable ISI and ov2640 support Date: Thu, 30 Jul 2015 19:18:19 +0200 Message-ID: <1438276699-11861-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1274 Lines: 44 From: Josh Wu Add Atmel-isi and ov2640 driver in defconfig Signed-off-by: Josh Wu [nicolas.ferre@atmel.com: make SOC_CAMERA_OV2640 selected as a module] Signed-off-by: Nicolas Ferre --- Arnd, Olof, Kevin, This is the only "defconfig" patch that I have for now. Can you please take it for 4.3? Thanks, bye. Nicolas. 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 94b5dcabdecc..c7abc0d77da7 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -133,6 +133,12 @@ CONFIG_AT91SAM9X_WATCHDOG=y CONFIG_SSB=m CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +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=m CONFIG_FB=y CONFIG_FB_ATMEL=y CONFIG_BACKLIGHT_LCD_SUPPORT=y -- 2.1.3 -- 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/