Message ID | 201309290012.34072.sergei.shtylyov@cogentembedded.com (mailing list archive) |
---|---|
State | Superseded |
Commit | 1515549fba52bc03e7761010949b7c6324a32582 |
Headers | show |
On Sun, Sep 29, 2013 at 12:12:33AM +0400, Sergei Shtylyov wrote: > Enable HPB-DMAC driver in 'marzen_defconfig'. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Thanks, I will queue this up for v3.13. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" 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 @@ -106,6 +106,8 @@ CONFIG_USB_STORAGE=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y +CONFIG_DMADEVICES=y +CONFIG_RCAR_HPB_DMAE=y CONFIG_UIO=y CONFIG_UIO_PDRV_GENIRQ=y # CONFIG_IOMMU_SUPPORT is not set
Enable HPB-DMAC driver in 'marzen_defconfig'. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- The patch is against 'renesas-devel-20130927v2' tag of the 'renesas.git' repo. arch/arm/configs/marzen_defconfig | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html