diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:38 -0400 |
commit | c6745195be700fa3f8a7221169a0f20df9c0e91f (patch) | |
tree | ab3e2ee3da8c24a2d0958e35f7e628fefee06c91 /drivers | |
parent | bdba2b3a8809501b7073c242f9aa013eb456790d (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 'drivers')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5f311ea816..d3e0a1a9a0 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -484,6 +484,15 @@ config CFB_CONSOLE default console. The serial console can be forced by setting the environment 'console=serial'. +config CFB_CONSOLE_ANSI + bool "Support ANSI escape sequences" + depends on CFB_CONSOLE + help + This allows the colour buffer frame buffer driver to support + a limited number of ANSI escape sequences (cursor control, + erase functions and limited graphics rendition control). Normal + output from U-Boot will pass through this filter. + config LCD bool "Enable legacy LCD support" help |