diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:53 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:54 -0400 |
commit | fbda683292da37690d9729561a18ccfa51491235 (patch) | |
tree | aa8b5f648cd8d5193659b81a4e58ef60da473b85 /drivers | |
parent | 0872d443aa75c86c0ce0c3008a0ac0e0889a9821 (diff) | |
download | u-boot-fbda683292da37690d9729561a18ccfa51491235.zip u-boot-fbda683292da37690d9729561a18ccfa51491235.tar.gz u-boot-fbda683292da37690d9729561a18ccfa51491235.tar.bz2 |
Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig
This converts the following to Kconfig:
CONFIG_CONSOLE_EXTRA_INFO
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6492366..fa9f9fa 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -513,6 +513,16 @@ config VIDEO_SW_CURSOR position when entering text on the console. It is recommended to enable this. +config CONSOLE_EXTRA_INFO + bool "Display additional board information" + depends on CFB_CONSOLE + help + Display additional board information strings that normally go to + the serial port. When this option is enabled, a board-specific + function video_get_info_str() is called to get the string for + each line of the display. The function should return the string, + which can be empty if there is nothing to display for that line. + config VIDEO_CT69000 bool "Enable Chips & Technologies 69000 video driver" depends on VIDEO |