sunxi: video: Enable video on sun8i, which supports LCD but not HDMI
[platform/kernel/u-boot.git] / board / sunxi / Kconfig
index b4d6107..61b4959 100644 (file)
@@ -287,6 +287,13 @@ config VIDEO
        or VGA output found on most sunxi devices. See doc/README.video for
        info on how to select the video output and mode.
 
+config VIDEO_HDMI
+       boolean "HDMI output support"
+       depends on VIDEO && !MACH_SUN8I
+       default y
+       ---help---
+       Say Y here to add support for outputting video over HDMI.
+
 config VIDEO_LCD_MODE
        string "LCD panel timing details"
        depends on VIDEO