diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-18 02:12:42 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 22:33:38 (GMT) |
commit | c6745195be700fa3f8a7221169a0f20df9c0e91f (patch) | |
tree | ab3e2ee3da8c24a2d0958e35f7e628fefee06c91 /configs/T1042D4RDB_SECURE_BOOT_defconfig | |
parent | bdba2b3a8809501b7073c242f9aa013eb456790d (diff) | |
download | u-boot-c6745195be700fa3f8a7221169a0f20df9c0e91f.tar.xz |
Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig
This converts the following to Kconfig:
CONFIG_CFB_CONSOLE_ANSI
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T1042D4RDB_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T1042D4RDB_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T1042D4RDB_SECURE_BOOT_defconfig b/configs/T1042D4RDB_SECURE_BOOT_defconfig index 25c4ad6..f531001 100644 --- a/configs/T1042D4RDB_SECURE_BOOT_defconfig +++ b/configs/T1042D4RDB_SECURE_BOOT_defconfig @@ -32,6 +32,7 @@ CONFIG_SYS_NS16550=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_CFB_CONSOLE_ANSI=y CONFIG_RSA=y CONFIG_SPL_RSA=y CONFIG_OF_LIBFDT=y |