From: Simon Glass Date: Tue, 28 Jul 2015 17:53:14 +0000 (-0600) Subject: sandbox: Enable devres subsystem X-Git-Tag: v2015.10-rc2~394^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3e6847bb33c061ce248d0178d8ca8daf1104aef;p=u-boot 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 --- 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