diff options
author | Simon Glass | 2015-07-28 11:53:14 -0600 |
---|---|---|
committer | Simon Glass | 2015-08-06 07:44:29 -0600 |
commit | c3e6847bb33c061ce248d0178d8ca8daf1104aef (patch) | |
tree | 5f8b59383e0362c398760f726953b68373d414c2 /configs/sandbox_defconfig | |
parent | 40b6f2d020ca8074ed38a1b6bfa170aead1a170e (diff) |
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/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index e6a45904d0c..874a26b572a 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 |