diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2013-12-19 10:59:34 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-19 15:08:21 -0500 |
commit | cb99fd620045c0a85593d52b7b1084fa69248b5e (patch) | |
tree | a8dab4a8b468d5716c6c9642c0fee436c46652a2 /arch | |
parent | 0d8c67218cef8af259e4d12221434a1d7b0f3bbc (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_defconfig | 2 |
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 | |||
168 | CONFIG_MEDIA_USB_SUPPORT=y | 168 | CONFIG_MEDIA_USB_SUPPORT=y |
169 | CONFIG_USB_VIDEO_CLASS=m | 169 | CONFIG_USB_VIDEO_CLASS=m |
170 | CONFIG_DRM=y | 170 | CONFIG_DRM=y |
171 | CONFIG_DRM_PANEL=y | ||
172 | CONFIG_DRM_PANEL_SIMPLE=y | ||
171 | CONFIG_DRM_TEGRA=y | 173 | CONFIG_DRM_TEGRA=y |
172 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 174 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
173 | # CONFIG_LCD_CLASS_DEVICE is not set | 175 | # CONFIG_LCD_CLASS_DEVICE is not set |