mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
9b9775687f
commit
8b726dc945
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ CONFIG_SPL_SYSCON=y
|
|||
CONFIG_DEVRES=y
|
||||
CONFIG_ADC=y
|
||||
CONFIG_ADC_SANDBOX=y
|
||||
CONFIG_BLK=y
|
||||
CONFIG_CLK=y
|
||||
CONFIG_SANDBOX_GPIO=y
|
||||
CONFIG_SYS_I2C_SANDBOX=y
|
||||
|
|
Loading…
Reference in a new issue