diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-05 17:05:29 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 08:37:37 +0200 |
commit | 86140955f4e88e15041efddd623e9ee6df8132b9 (patch) | |
tree | 3b76ffeefa1b050f86f39b350120c27340b8d44a /configs/i12-tvbox_defconfig | |
parent | 7d65e2c3070c33f7881a6c03dbae46a302e5a893 (diff) |
sunxi: display: Enable composite video support on more boards
Enable composite video support on all boards which have a composite video
out connector (either cinch or jack).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/i12-tvbox_defconfig')
-rw-r--r-- | configs/i12-tvbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/i12-tvbox_defconfig b/configs/i12-tvbox_defconfig index 99e78ba0905..d4d952469f9 100644 --- a/configs/i12-tvbox_defconfig +++ b/configs/i12-tvbox_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN7I=y CONFIG_DRAM_CLK=384 +CONFIG_VIDEO_COMPOSITE=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-i12-tvbox" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y |