diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2013-12-19 16:59:34 +0100 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-19 13:08:21 -0700 |
commit | cb99fd620045c0a85593d52b7b1084fa69248b5e (patch) | |
tree | a8dab4a8b468d5716c6c9642c0fee436c46652a2 /arch/arm/configs | |
parent | 0d8c67218cef8af259e4d12221434a1d7b0f3bbc (diff) | |
download | blackbird-op-linux-cb99fd620045c0a85593d52b7b1084fa69248b5e.tar.gz blackbird-op-linux-cb99fd620045c0a85593d52b7b1084fa69248b5e.zip |
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/arm/configs')
-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 CONFIG_MEDIA_USB_SUPPORT=y CONFIG_USB_VIDEO_CLASS=m CONFIG_DRM=y +CONFIG_DRM_PANEL=y +CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_TEGRA=y CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_LCD_CLASS_DEVICE is not set |