diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-09-03 05:37:26 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | 31b5aebd5e00af84709711d8b9a60ebaf9deeed6 (patch) | |
tree | 50d2151b29e617f9f08e8a937de611a4e51e5ec0 /configs | |
parent | 316fd3920f67fa8d3ca25a81ceead546464145fa (diff) | |
download | u-boot-imx-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.zip u-boot-imx-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.tar.gz u-boot-imx-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.tar.bz2 |
x86: Convert to use driver model pci on quark/galileo
Move to driver model pci for Intel quark/galileo.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/galileo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 6ef1090..59306a9 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -14,6 +14,7 @@ CONFIG_OF_CONTROL=y CONFIG_SPI_FLASH=y CONFIG_NETDEVICES=y CONFIG_ETH_DESIGNWARE=y +CONFIG_DM_PCI=y CONFIG_DM_RTC=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_SYS_VSNPRINTF=y |