commit | c3e6847bb33c061ce248d0178d8ca8daf1104aef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 28 11:53:14 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 06 07:44:29 2015 -0600 |
tree | 5f8b59383e0362c398760f726953b68373d414c2 | |
parent | 40b6f2d020ca8074ed38a1b6bfa170aead1a170e [diff] [blame] |
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>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index e6a4590..874a26b 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -53,3 +53,4 @@ CONFIG_LED_GPIO=y CONFIG_SYSCON=y CONFIG_REGMAP=y +CONFIG_DEVRES=y