projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b6f2d
)
sandbox: Enable devres subsystem
author
Simon Glass
<sjg@chromium.org>
Tue, 28 Jul 2015 17:53:14 +0000
(11:53 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/configs/sandbox_defconfig
b/configs/sandbox_defconfig
index e6a45904d0ca6dd6e3a96c29e466cf5eea7a94c6..874a26b572aa62611524157f8453fa43536d32e1 100644
(file)
--- 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