diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-07-23 10:18:13 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-28 10:23:19 +0300 |
commit | 488e352b2baadafc3e21a627b7ec8810402d47d1 (patch) | |
tree | e6fe494906a012fcbad49f728b47435d412ee4de | |
parent | d14b97397a85ba36caa460fc3fef6746cf3f65df (diff) | |
download | blackbird-obmc-linux-488e352b2baadafc3e21a627b7ec8810402d47d1.tar.gz blackbird-obmc-linux-488e352b2baadafc3e21a627b7ec8810402d47d1.zip |
ARM: OMAP2+: Add selected display drivers to omap2plus_defconfig
Add some of the most common new display drivers to omap2plus_defconfig
to be built as modules.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 5339e6a4d639..7ce1c292d193 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -192,6 +192,11 @@ CONFIG_PANEL_NEC_NL8048HL11_01B=m CONFIG_PANEL_TAAL=m CONFIG_PANEL_TPO_TD043MTEA1=m CONFIG_PANEL_ACX565AKM=m +CONFIG_DISPLAY_ENCODER_TFP410=m +CONFIG_DISPLAY_ENCODER_TPD12S015=m +CONFIG_DISPLAY_CONNECTOR_DVI=m +CONFIG_DISPLAY_CONNECTOR_HDMI=m +CONFIG_DISPLAY_PANEL_DPI=m CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=y |