diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2012-12-19 16:33:39 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-02-02 02:59:34 +0400 |
commit | 271b22b95a1dfe10fbb269fb41419225148d31a5 (patch) | |
tree | d20a89618233940720a5a8fd302f3e754a095f40 /arch/arm/configs | |
parent | 8310f9d2955e421709799d03ca2ee2f17c14016b (diff) | |
download | linux-271b22b95a1dfe10fbb269fb41419225148d31a5.tar.xz |
ARM: OMAP2+: omap2plus_defconfig: enable TFP410 chip support
Many OMAP3 based boards such as Beagle, Overo and IGEP use
the TFP410 DPI-to-DVI chip. So, it's good to have it built
as a module by default on OMAP2+ config.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 82ce8d738fa1..1913f8504b3a 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -150,6 +150,7 @@ CONFIG_OMAP2_DSS_SDI=y CONFIG_OMAP2_DSS_DSI=y CONFIG_FB_OMAP2=m CONFIG_PANEL_GENERIC_DPI=m +CONFIG_PANEL_TFP410=m CONFIG_PANEL_SHARP_LS037V7DW01=m CONFIG_PANEL_NEC_NL8048HL11_01B=m CONFIG_PANEL_TAAL=m |