diff options
author | Simon Glass | 2016-10-17 20:12:53 -0600 |
---|---|---|
committer | Tom Rini | 2016-10-23 18:33:54 -0400 |
commit | fbda683292da37690d9729561a18ccfa51491235 (patch) | |
tree | aa8b5f648cd8d5193659b81a4e58ef60da473b85 /configs/charon_defconfig | |
parent | 0872d443aa75c86c0ce0c3008a0ac0e0889a9821 (diff) |
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/charon_defconfig')
-rw-r--r-- | configs/charon_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/charon_defconfig b/configs/charon_defconfig index 586eb13aa9e..6b02a94e626 100644 --- a/configs/charon_defconfig +++ b/configs/charon_defconfig @@ -20,4 +20,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 |