diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-18 02:12:53 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 22:33:54 (GMT) |
commit | fbda683292da37690d9729561a18ccfa51491235 (patch) | |
tree | aa8b5f648cd8d5193659b81a4e58ef60da473b85 /configs/MiniFAP_defconfig | |
parent | 0872d443aa75c86c0ce0c3008a0ac0e0889a9821 (diff) | |
download | u-boot-fsl-qoriq-fbda683292da37690d9729561a18ccfa51491235.tar.xz |
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 'configs/MiniFAP_defconfig')
-rw-r--r-- | configs/MiniFAP_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MiniFAP_defconfig b/configs/MiniFAP_defconfig index 2de63ee..f07aa3e 100644 --- a/configs/MiniFAP_defconfig +++ b/configs/MiniFAP_defconfig @@ -21,4 +21,5 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_CONSOLE_EXTRA_INFO=y CONFIG_OF_LIBFDT=y |