summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAlex Kaplan <kaplan2539@gmail.com>2016-03-07 13:50:20 +0100
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 12:38:54 +0200
commit58ea71ac2c3f0079889e47bdde51b1d37555929e (patch)
treeed6fa76056be7de4f71b389fb55de00d2a4e263c /configs
parente71e1ac2efd3caa4583376bee71cf6d22f7cbd48 (diff)
sunxi: Enable composite video out on the CHIP
The CHIP has a composite video output in the mini-Jack connector, alongside with the 2 audio channels. Enable this output in U-Boot. Signed-off-by: Alex Kaplan <kaplan2539@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/CHIP_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig
index 0f4020b060..c6bd7b217c 100644
--- a/configs/CHIP_defconfig
+++ b/configs/CHIP_defconfig
@@ -4,6 +4,7 @@ CONFIG_MACH_SUN5I=y
CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y
# CONFIG_MMC is not set
CONFIG_USB0_VBUS_PIN="PB10"
+CONFIG_VIDEO_COMPOSITE=y
CONFIG_DEFAULT_DEVICE_TREE="sun5i-r8-chip"
CONFIG_SPL=y
CONFIG_OF_BOARD_SETUP=y