diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-03-13 20:47:06 +1300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:04:18 +0200 |
commit | 2bd1da284574eb446178b0285659f1310feb0182 (patch) | |
tree | 884528fd063daedd344075d3722fcdeb4fb4e8e2 /configs/guruplug_defconfig | |
parent | fa8d96f625fadde73acd8243ad3c847c614f9225 (diff) | |
download | u-boot-2bd1da284574eb446178b0285659f1310feb0182.tar.gz |
ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug
Enable CONFIG_DM_USB and where possible CONFIG_BLK.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Leigh Brown <leigh@solinno.co.uk>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/guruplug_defconfig')
-rw-r--r-- | configs/guruplug_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/guruplug_defconfig b/configs/guruplug_defconfig index 9998e48ab9..8ae7e20baf 100644 --- a/configs/guruplug_defconfig +++ b/configs/guruplug_defconfig @@ -31,6 +31,7 @@ CONFIG_DEFAULT_DEVICE_TREE="kirkwood-guruplug-server-plus" CONFIG_ENV_IS_IN_NAND=y CONFIG_DM=y CONFIG_MVSATA_IDE=y +CONFIG_BLK=y # CONFIG_MMC is not set CONFIG_MVGBE=y CONFIG_MII=y @@ -38,6 +39,7 @@ CONFIG_DM_RTC=y CONFIG_RTC_MV=y CONFIG_SYS_NS16550=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_LZMA=y |