]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/sunxi/Kconfig
sunxi: video: Enable video on sun8i, which supports LCD but not HDMI
authorHans de Goede <hdegoede@redhat.com>
Tue, 23 Dec 2014 22:04:35 +0000 (23:04 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:39 +0000 (14:56 +0100)
commit2fbf091a547177fcf1a4b31b01ee0636c2a4aedc
tree65ffffa07c4aef8f7a26ddf32d6609cf74b8ff5c
parent2dae800f1e6193b64ba587f511c4878c89409cbe
sunxi: video: Enable video on sun8i, which supports LCD but not HDMI

The A23 (sun8i) only has lcd output support, so allow building the video code
without HDMI support for use with the A23.

Also the A23 has the same reset bits (and necessity to enable the DRC block)
as the sun6i, so enable those bits for sun8i too.

Note building without HDMI support is useful for the A13 (sun5i variant) too,
as that one does not have HDMI either.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
board/sunxi/Kconfig
drivers/video/sunxi_display.c