summaryrefslogtreecommitdiff
path: root/configs/mx53cx9020_defconfig
diff options
context:
space:
mode:
authorSteffen Dirkwinkel <s.dirkwinkel@beckhoff.com>2019-10-23 08:40:41 +0300
committerStefano Babic <sbabic@denx.de>2020-01-07 12:26:56 +0300
commitba1444eab6c51550b2c992fc228d5f29774366bf (patch)
tree80a7d5d6ea674dcc1067d5df8e4ebbe40124a5f2 /configs/mx53cx9020_defconfig
parent9c2b1b0f0390bb680e43197fd2ba2369d21ab4f7 (diff)
downloadu-boot-ba1444eab6c51550b2c992fc228d5f29774366bf.tar.xz
imx: cx9020: migrate cx9020 to CONFIG_DM_USB
Note: gpio7_8 was never used for usb power regulator so we remove it here Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'configs/mx53cx9020_defconfig')
-rw-r--r--configs/mx53cx9020_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/mx53cx9020_defconfig b/configs/mx53cx9020_defconfig
index 5ed3e13272..dee7c37913 100644
--- a/configs/mx53cx9020_defconfig
+++ b/configs/mx53cx9020_defconfig
@@ -21,7 +21,13 @@ CONFIG_CMD_PXE=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
+CONFIG_CMD_USB=y
CONFIG_CMD_FS_GENERIC=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_EHCI_MX5=y
+CONFIG_USB_STORAGE=y
+CONFIG_DM_REGULATOR=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx53-cx9020"
CONFIG_ENV_IS_IN_MMC=y