diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-08-08 00:47:57 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-20 17:46:14 -0700 |
commit | 57601184cefb36db8c1959d277918bdabb6b1c64 (patch) | |
tree | 08d772c8a537a80ce6feee0fc71f9ea9b2fa87b8 /arch/arm/configs | |
parent | 7525e87b468a1b2d8e3f0156e36acd8992af673c (diff) | |
download | blackbird-op-linux-57601184cefb36db8c1959d277918bdabb6b1c64.tar.gz blackbird-op-linux-57601184cefb36db8c1959d277918bdabb6b1c64.zip |
ARM: shmobile: lager: Select DRM_RCAR_DU in defconfig
A R-Car DU DRM device is registered for the Lager 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/lager_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index e777ef22b801..35bff5e0d57a 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig @@ -89,6 +89,8 @@ CONFIG_THERMAL=y CONFIG_RCAR_THERMAL=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_DRM=y +CONFIG_DRM_RCAR_DU=y # CONFIG_USB_SUPPORT is not set CONFIG_MMC=y CONFIG_MMC_SDHI=y |