diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-05 12:25:30 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:07 -0600 |
commit | a33aca10ac962ef54e2c9abbcc17c532f046bd74 (patch) | |
tree | 91998fac0d07089064c2c6c02bb65f6645a5c61e /include/configs | |
parent | d2cb9b2b00697eea55068f01ea0890a23313bf51 (diff) | |
download | u-boot-imx-a33aca10ac962ef54e2c9abbcc17c532f046bd74.zip u-boot-imx-a33aca10ac962ef54e2c9abbcc17c532f046bd74.tar.gz u-boot-imx-a33aca10ac962ef54e2c9abbcc17c532f046bd74.tar.bz2 |
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 'include/configs')
-rw-r--r-- | include/configs/sandbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index febbfb6..c12c538 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -34,6 +34,10 @@ #define CONFIG_CMD_FDT #define CONFIG_ANDROID_BOOT_IMAGE +#define CONFIG_CMD_PCI +#define CONFIG_PCI_PNP +#define CONFIG_CMD_IO + #define CONFIG_FS_FAT #define CONFIG_FAT_WRITE #define CONFIG_FS_EXT4 |