From 1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:49 -0600 Subject: Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig This converts the following to Kconfig: CONFIG_VGA_AS_SINGLE_DEVICE Once we migrate to driver model for video, we should be able to drop this option. Signed-off-by: Simon Glass --- configs/crownbay_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/crownbay_defconfig') diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 7d25f43..5bd7493 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -50,4 +50,5 @@ CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y +CONFIG_CFB_CONSOLE=y CONFIG_USE_PRIVATE_LIBGCC=y -- cgit v1.1