summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-17 20:12:42 -0600
committerTom Rini <trini@konsulko.com>2016-10-23 18:33:38 -0400
commitc6745195be700fa3f8a7221169a0f20df9c0e91f (patch)
treeab3e2ee3da8c24a2d0958e35f7e628fefee06c91 /README
parentbdba2b3a8809501b7073c242f9aa013eb456790d (diff)
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>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index b4dc217142..59965980ec 100644
--- a/README
+++ b/README
@@ -770,10 +770,6 @@ The following options need to be configured:
port routines must be defined elsewhere
(i.e. serial_init(), serial_getc(), ...)
- When CONFIG_CFB_CONSOLE_ANSI is defined, console will support
- a limited number of ANSI escape sequences (cursor control,
- erase functions and limited graphics rendition control).
-
CONFIG_SYS_CONSOLE_BG_COL: define the backgroundcolor, default
is 0x00.
CONFIG_SYS_CONSOLE_FG_COL: define the foregroundcolor, default