diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-10-09 04:14:18 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-12 10:58:24 +0800 |
commit | 2d3c573ee6373f4521491f1a38e81245c3a6be57 (patch) | |
tree | 4e75dfa2d62db43829a0092128ec054696a6c776 /configs/coreboot-x86_defconfig | |
parent | 3968398eb2d974b4840d7210d8503d7cbd8f4c48 (diff) | |
download | u-boot-2d3c573ee6373f4521491f1a38e81245c3a6be57.tar.gz |
x86: coreboot: Convert to use DM coreboot video driver
This converts coreboot to use DM framebuffer driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/coreboot-x86_defconfig')
-rw-r--r-- | configs/coreboot-x86_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index 378d75fb50..b33c5c4da8 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig @@ -40,5 +40,7 @@ CONFIG_TPM_TIS_LPC=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_VIDEO=y +CONFIG_VIDEO_COREBOOT=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_TPM=y |