commit | c6745195be700fa3f8a7221169a0f20df9c0e91f | [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 | bdba2b3a8809501b7073c242f9aa013eb456790d [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