commit | 5a772353422ad57eb86027e7bf3bfa6ea046a300 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:12:53 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 23 18:33:54 2016 -0400 |
tree | aa8b5f648cd8d5193659b81a4e58ef60da473b85 | |
parent | 706605ff1f6cf5ef6ea0c24e27e854c96d570c6c [diff] [blame] |
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>
diff --git a/configs/icon_defconfig b/configs/icon_defconfig index 5479c41..628f710 100644 --- a/configs/icon_defconfig +++ b/configs/icon_defconfig
@@ -20,4 +20,5 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_SYS_NS16550=y +CONFIG_CONSOLE_EXTRA_INFO=y CONFIG_OF_LIBFDT=y