diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-05 20:42:20 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-11 11:55:33 +0800 |
commit | b6409ec3027de01336da41994518f6704c61e7e5 (patch) | |
tree | acf4bba2e1e75e47c3036c5734bdb2d1d7056b0b /configs/chromebook_link_defconfig | |
parent | 443ffe509c7bedca440fbd37e3853895c8fe31f2 (diff) | |
download | u-boot-imx-b6409ec3027de01336da41994518f6704c61e7e5.zip u-boot-imx-b6409ec3027de01336da41994518f6704c61e7e5.tar.gz u-boot-imx-b6409ec3027de01336da41994518f6704c61e7e5.tar.bz2 |
dm: x86: Move link to use driver model for video
Update the configuration to use the new driver. Drop the existing plumbing
code and unused header files.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebook_link_defconfig')
-rw-r--r-- | configs/chromebook_link_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index 8c91bfe..2475222 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -57,8 +57,10 @@ CONFIG_TPM_TIS_LPC=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_VIDEO=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y +CONFIG_VIDEO_IVYBRIDGE_IGD=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_TPM=y |