]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: Enable devres subsystem
authorSimon Glass <sjg@chromium.org>
Tue, 28 Jul 2015 17:53:14 +0000 (11:53 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:18 +0000 (08:17 +0200)
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

index e6a45904d0ca6dd6e3a96c29e466cf5eea7a94c6..874a26b572aa62611524157f8453fa43536d32e1 100644 (file)
@@ -53,3 +53,4 @@ CONFIG_LED=y
 CONFIG_LED_GPIO=y
 CONFIG_SYSCON=y
 CONFIG_REGMAP=y
+CONFIG_DEVRES=y