summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-05 19:25:30 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:07 (GMT)
commita33aca10ac962ef54e2c9abbcc17c532f046bd74 (patch)
tree91998fac0d07089064c2c6c02bb65f6645a5c61e /configs/sandbox_defconfig
parentd2cb9b2b00697eea55068f01ea0890a23313bf51 (diff)
downloadu-boot-fsl-qoriq-a33aca10ac962ef54e2c9abbcc17c532f046bd74.tar.xz
dm: sandbox: pci: Enable PCI for sandbox
Enable PCI options so that sandbox can be used for testing this bus with driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index a216039..24d71d0 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -10,3 +10,6 @@ CONFIG_DM_CROS_EC=y
CONFIG_CROS_EC_SANDBOX=y
CONFIG_CROS_EC_KEYB=y
CONFIG_CMD_CROS_EC=y
+CONFIG_PCI=y
+CONFIG_DM_PCI=y
+CONFIG_PCI_SANDBOX=y