From c3e6847bb33c061ce248d0178d8ca8daf1104aef Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 28 Jul 2015 11:53:14 -0600 Subject: 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 --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') 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 -- cgit v1.2.1