Message ID | 201304180217.28176.sergei.shtylyov@cogentembedded.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Apr 18, 2013 at 02:17:27AM +0400, Sergei Shtylyov wrote: > From: Vladimir Barinov <vladimir.barinov@cogentembedded.com> > > Add the VIN and ADV7180 drivers to 'marzen_defconfig'. > > Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > --- > arch/arm/configs/marzen_defconfig | 7 +++++++ > 1 file changed, 7 insertions(+) Thanks, queued-up for v3.11 in the defconfig-marzen branch. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 18-04-2013 17:30, Simon Horman wrote: >> From: Vladimir Barinov <vladimir.barinov@cogentembedded.com> >> Add the VIN and ADV7180 drivers to 'marzen_defconfig'. >> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> >> --- >> arch/arm/configs/marzen_defconfig | 7 +++++++ >> 1 file changed, 7 insertions(+) > Thanks, queued-up for v3.11 in the defconfig-marzen branch. That seems somewhat premature as CONFIG_VIDEO_RCAR_VIN is not defined yet (it's defined in the patch #1 of this series). WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Apr 18, 2013 at 06:21:12PM +0400, Sergei Shtylyov wrote: > On 18-04-2013 17:30, Simon Horman wrote: > > >>From: Vladimir Barinov <vladimir.barinov@cogentembedded.com> > > >>Add the VIN and ADV7180 drivers to 'marzen_defconfig'. > > >>Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> > >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > >>--- > >> arch/arm/configs/marzen_defconfig | 7 +++++++ > >> 1 file changed, 7 insertions(+) > > >Thanks, queued-up for v3.11 in the defconfig-marzen branch. > > That seems somewhat premature as CONFIG_VIDEO_RCAR_VIN is not > defined yet (it's defined in the patch #1 of this series). Sorry about that, I have dropped the patch. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Index: renesas/arch/arm/configs/marzen_defconfig =================================================================== --- renesas.orig/arch/arm/configs/marzen_defconfig +++ renesas/arch/arm/configs/marzen_defconfig @@ -84,6 +84,13 @@ CONFIG_GPIO_RCAR=y CONFIG_THERMAL=y CONFIG_RCAR_THERMAL=y CONFIG_SSB=y +CONFIG_MEDIA_SUPPORT=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_SOC_CAMERA=y +CONFIG_VIDEO_RCAR_VIN=y +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set +CONFIG_VIDEO_ADV7180=y CONFIG_USB=y CONFIG_USB_RCAR_PHY=y CONFIG_MMC=y