diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-03 19:20:26 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-08 16:26:20 +0200 |
commit | 39920c81ce4431b7ea08f5e80feb5ec8b156864e (patch) | |
tree | 442f17e9c41dd1034f92dd14f129ca2158b61b62 /board | |
parent | f6d9d32462f1aa00e525e8778429f20d72beb23a (diff) | |
download | u-boot-imx-39920c81ce4431b7ea08f5e80feb5ec8b156864e.zip u-boot-imx-39920c81ce4431b7ea08f5e80feb5ec8b156864e.tar.gz u-boot-imx-39920c81ce4431b7ea08f5e80feb5ec8b156864e.tar.bz2 |
sunxi: display: Add composite video out support
Add composite video out support.
This only gets enabled on the Mele M3 for now, since that is were it
was tested. It will be enabled on more boards after testing.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index c4b5a85..13f4537 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -410,6 +410,13 @@ config VIDEO_VGA_EXTERNAL_DAC_EN Set the enable pin for the external VGA DAC. This takes a string in the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. +config VIDEO_COMPOSITE + boolean "Composite video output support" + depends on VIDEO && (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I) + default n + ---help--- + Say Y here to add support for outputting composite video. + config VIDEO_LCD_MODE string "LCD panel timing details" depends on VIDEO |