commit | 8d0efc12e1085a7ac7965d4106439daf4a34409a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:12:42 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 23 18:33:38 2016 -0400 |
tree | ab3e2ee3da8c24a2d0958e35f7e628fefee06c91 | |
parent | e64c7241f2d8091049545786a0dc95572fa9e3fb [diff] [blame] |
Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig This converts the following to Kconfig: CONFIG_CFB_CONSOLE_ANSI Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index d4591c9..65c5d68 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig
@@ -23,3 +23,4 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_SYS_NS16550=y +CONFIG_CFB_CONSOLE_ANSI=y