From fbda683292da37690d9729561a18ccfa51491235 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:53 -0600 Subject: Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig This converts the following to Kconfig: CONFIG_CONSOLE_EXTRA_INFO Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- configs/ipek01_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ipek01_defconfig') diff --git a/configs/ipek01_defconfig b/configs/ipek01_defconfig index d8422d0..215e9fd 100644 --- a/configs/ipek01_defconfig +++ b/configs/ipek01_defconfig @@ -15,4 +15,5 @@ CONFIG_CMD_MII=y CONFIG_CMD_FAT=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_CONSOLE_EXTRA_INFO=y CONFIG_OF_LIBFDT=y -- cgit v1.1