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/theadorable_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/theadorable_defconfig') diff --git a/configs/theadorable_defconfig b/configs/theadorable_defconfig index 52c49d0..24a0dbe 100644 --- a/configs/theadorable_defconfig +++ b/configs/theadorable_defconfig @@ -42,5 +42,6 @@ CONFIG_DEBUG_UART_CLOCK=250000000 CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYS_NS16550=y CONFIG_VIDEO_MVEBU=y +CONFIG_CFB_CONSOLE=y CONFIG_REGEX=y CONFIG_LIB_RAND=y -- cgit v1.1