mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
40b6f2d020
commit
c3e6847bb3
1 changed files with 1 additions and 0 deletions
|
@ -53,3 +53,4 @@ CONFIG_LED=y
|
|||
CONFIG_LED_GPIO=y
|
||||
CONFIG_SYSCON=y
|
||||
CONFIG_REGMAP=y
|
||||
CONFIG_DEVRES=y
|
||||
|
|
Loading…
Add table
Reference in a new issue