sandbox: Enable devres subsystem
authorSimon Glass <sjg@chromium.org>
Tue, 28 Jul 2015 17:53:14 +0000 (11:53 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 13:44:29 +0000 (07:44 -0600)
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>
configs/sandbox_defconfig

index e6a4590..874a26b 100644 (file)
@@ -53,3 +53,4 @@ CONFIG_LED=y
 CONFIG_LED_GPIO=y
 CONFIG_SYSCON=y
 CONFIG_REGMAP=y
+CONFIG_DEVRES=y