mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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…
Reference in a new issue