diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-08-08 00:45:12 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-20 17:46:14 -0700 |
commit | 7525e87b468a1b2d8e3f0156e36acd8992af673c (patch) | |
tree | fec315ca02ceafebabe2b54eca3487b5cbfc2d5e /arch/arm/configs | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) | |
download | linux-7525e87b468a1b2d8e3f0156e36acd8992af673c.tar.gz linux-7525e87b468a1b2d8e3f0156e36acd8992af673c.tar.bz2 linux-7525e87b468a1b2d8e3f0156e36acd8992af673c.zip |
ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig
A R-Car DU DRM device is registered for the Marzen board, select the
corresponding driver in its defconfig.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index 000e9205b2b9..5cc6360340b1 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig @@ -92,6 +92,8 @@ CONFIG_SOC_CAMERA=y CONFIG_VIDEO_RCAR_VIN=y # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set CONFIG_VIDEO_ADV7180=y +CONFIG_DRM=y +CONFIG_DRM_RCAR_DU=y CONFIG_USB=y CONFIG_USB_RCAR_PHY=y CONFIG_MMC=y |