Commit 8b726dc945812e43d9fefc35117a47ab7f123770

Authored by Simon Glass
1 parent 9b9775687f

dm: sandbox: Switch over to use DM for block devices

Now that the drivers used by sandbox support CONFIG_BLK, we can switch
sandbox over to use driver model for block devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/sandbox_defconfig
... ... @@ -28,6 +28,7 @@
28 28 CONFIG_DEVRES=y
29 29 CONFIG_ADC=y
30 30 CONFIG_ADC_SANDBOX=y
  31 +CONFIG_BLK=y
31 32 CONFIG_CLK=y
32 33 CONFIG_SANDBOX_GPIO=y
33 34 CONFIG_SYS_I2C_SANDBOX=y