diff options
author | Simon Glass | 2015-03-05 12:25:30 -0700 |
---|---|---|
committer | Simon Glass | 2015-04-18 11:11:07 -0600 |
commit | a33aca10ac962ef54e2c9abbcc17c532f046bd74 (patch) | |
tree | 91998fac0d07089064c2c6c02bb65f6645a5c61e /drivers | |
parent | d2cb9b2b00697eea55068f01ea0890a23313bf51 (diff) |
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 'drivers')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 6028cd43fb1..842209a2eca 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_SANDBOX) += i2c_eeprom_emul.o endif obj-$(CONFIG_SMSC_LPC47M) += smsc_lpc47m.o obj-$(CONFIG_STATUS_LED) += status_led.o +obj-$(CONFIG_SANDBOX) += swap_case.o obj-$(CONFIG_TWL4030_LED) += twl4030_led.o obj-$(CONFIG_FSL_IFC) += fsl_ifc.o obj-$(CONFIG_FSL_SEC_MON) += fsl_sec_mon.o |