commit | 3da658a598316c8f362a90b8086cce302013aac7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 05 12:25:32 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:09 2015 -0600 |
tree | 0396a350136990d52eef97906aac18de85e6d4f7 | |
parent | 4e03781c640209faba494c425e8e44a76c871c98 [diff] [blame] |
dm: x86: pci: Convert coreboot to use driver model for pci Move coreboot-x86 over to driver model for PCI. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index 3cc034a..0249172 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig
@@ -2,3 +2,4 @@ CONFIG_X86=y CONFIG_TARGET_COREBOOT=y CONFIG_OF_CONTROL=y +CONFIG_DM_PCI=y