From: Josh Wu <[email protected]>
Add Atmel-isi and ov2640 driver in defconfig
Signed-off-by: Josh Wu <[email protected]>
[[email protected]: make SOC_CAMERA_OV2640 selected as a module]
Signed-off-by: Nicolas Ferre <[email protected]>
---
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
On Thu, Jul 30, 2015 at 07:18:19PM +0200, Nicolas Ferre wrote:
> From: Josh Wu <[email protected]>
>
> Add Atmel-isi and ov2640 driver in defconfig
>
> Signed-off-by: Josh Wu <[email protected]>
> [[email protected]: make SOC_CAMERA_OV2640 selected as a module]
> Signed-off-by: Nicolas Ferre <[email protected]>
> ---
> Arnd, Olof, Kevin,
>
> This is the only "defconfig" patch that I have for now. Can you please take it
> for 4.3?
applied, thanks.
-Olof