diff options
author | Simon Guinot | 2020-06-28 19:00:30 +0200 |
---|---|---|
committer | Stefan Roese | 2020-07-09 06:51:20 +0200 |
commit | efa5e39a599483453d764d59e3f5905ce671ab70 (patch) | |
tree | bc6d87fbc82fc790180eaebc66029ec13050fe8e /configs/inetspace_v2_defconfig | |
parent | 6620c652c9485b8430440b611e909f21431d7f6a (diff) |
arm: kirkwood: enable DM_USB for LaCie board
This patch enables DM_USB and USB_STORAGE for the following
Kirkwood-based LaCie boards:
- d2 Network v2
- Internet Space v2
- 2Big Network v2
- Network Space v2
- Network Space Lite v2
- Network Space Max v2
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/inetspace_v2_defconfig')
-rw-r--r-- | configs/inetspace_v2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/inetspace_v2_defconfig b/configs/inetspace_v2_defconfig index 6cd4348a3c1..ca444d0aafa 100644 --- a/configs/inetspace_v2_defconfig +++ b/configs/inetspace_v2_defconfig @@ -52,4 +52,6 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_KIRKWOOD_SPI=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_STORAGE=y |