summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-28 11:53:14 -0600
committerSimon Glass <sjg@chromium.org>2015-08-06 07:44:29 -0600
commitc3e6847bb33c061ce248d0178d8ca8daf1104aef (patch)
tree5f8b59383e0362c398760f726953b68373d414c2 /configs
parent40b6f2d020ca8074ed38a1b6bfa170aead1a170e (diff)
downloadtalos-obmc-uboot-c3e6847bb33c061ce248d0178d8ca8daf1104aef.tar.gz
talos-obmc-uboot-c3e6847bb33c061ce248d0178d8ca8daf1104aef.zip
sandbox: Enable devres subsystem
This should be used for sandbox. We can convert at least one driver to use it, but in the meantime, enable the feature so that the code is build-tested. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index e6a45904d0..874a26b572 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -53,3 +53,4 @@ CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_SYSCON=y
CONFIG_REGMAP=y
+CONFIG_DEVRES=y
OpenPOWER on IntegriCloud