diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-24 12:17:07 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:39 +0100 |
commit | e2bbdfb1e3a3def3586703622a4dade46019f943 (patch) | |
tree | 2b772d2c0d087a21f040cb13fa587afcfd5d65eb /board | |
parent | 2fbf091a547177fcf1a4b31b01ee0636c2a4aedc (diff) | |
download | u-boot-e2bbdfb1e3a3def3586703622a4dade46019f943.tar.gz u-boot-e2bbdfb1e3a3def3586703622a4dade46019f943.tar.bz2 u-boot-e2bbdfb1e3a3def3586703622a4dade46019f943.zip |
sunxi: video: Add support for VGA via external DACs connected to the LCD pins
Add support for external DACs connected to the parallel LCD interface driving
a VGA connector, such as found on the Olimex A13 boards.
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 61b4959576..5959577749 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -294,6 +294,15 @@ config VIDEO_HDMI ---help--- Say Y here to add support for outputting video over HDMI. +config VIDEO_VGA_VIA_LCD + boolean "VGA via LCD controller support" + depends on VIDEO + default n + ---help--- + Say Y here to add support for external DACs connected to the parallel + LCD interface driving a VGA connector, such as found on the + Olimex A13 boards. + config VIDEO_LCD_MODE string "LCD panel timing details" depends on VIDEO |