From 0872d443aa75c86c0ce0c3008a0ac0e0889a9821 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:51 -0600 Subject: Convert CONFIG_VIDEO_SW_CURSOR to Kconfig This converts the following to Kconfig: CONFIG_VIDEO_SW_CURSOR Signed-off-by: Simon Glass Reviewed-by: Tom Rini [trini: Re-convert, find all the cases where this is off] Signed-off-by: Tom Rini --- 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 24a0dbe..4fed4a5 100644 --- a/configs/theadorable_defconfig +++ b/configs/theadorable_defconfig @@ -43,5 +43,6 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYS_NS16550=y CONFIG_VIDEO_MVEBU=y CONFIG_CFB_CONSOLE=y +# CONFIG_VIDEO_SW_CURSOR is not set CONFIG_REGEX=y CONFIG_LIB_RAND=y -- cgit v1.1