aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-12-19 10:59:34 -0500
committerStephen Warren <swarren@nvidia.com>2013-12-19 15:08:21 -0500
commitcb99fd620045c0a85593d52b7b1084fa69248b5e (patch)
treea8dab4a8b468d5716c6c9642c0fee436c46652a2 /arch
parent0d8c67218cef8af259e4d12221434a1d7b0f3bbc (diff)
ARM: tegra: Enable DRM panel support
Enable DRM panel core support along with support for various simple panels. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/tegra_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 1bbaaf85ed1c..e38653876541 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -168,6 +168,8 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
168CONFIG_MEDIA_USB_SUPPORT=y 168CONFIG_MEDIA_USB_SUPPORT=y
169CONFIG_USB_VIDEO_CLASS=m 169CONFIG_USB_VIDEO_CLASS=m
170CONFIG_DRM=y 170CONFIG_DRM=y
171CONFIG_DRM_PANEL=y
172CONFIG_DRM_PANEL_SIMPLE=y
171CONFIG_DRM_TEGRA=y 173CONFIG_DRM_TEGRA=y
172CONFIG_BACKLIGHT_LCD_SUPPORT=y 174CONFIG_BACKLIGHT_LCD_SUPPORT=y
173# CONFIG_LCD_CLASS_DEVICE is not set 175# CONFIG_LCD_CLASS_DEVICE is not set