diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-07-19 00:20:07 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-28 10:36:24 -0600 |
commit | a2771943415c41b7a730e89e8eba9a43a4fa3fad (patch) | |
tree | f2214bd61db523c032b2770525ccb449293549f3 /configs/crownbay_defconfig | |
parent | d11d9ef1579ed7ee58b28828a67b7e174c571fb3 (diff) | |
download | u-boot-a2771943415c41b7a730e89e8eba9a43a4fa3fad.tar.gz |
x86: Convert to use driver model pci on queensbay/crownbay
Move to driver model pci for Intel queensbay/crownbay.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/crownbay_defconfig')
-rw-r--r-- | configs/crownbay_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 17e6a72c9d..aa1232d151 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -17,6 +17,7 @@ CONFIG_BOOTSTAGE_REPORT=y CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_CONTROL=y CONFIG_CPU=y +CONFIG_DM_PCI=y CONFIG_SPI_FLASH=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y |