aboutsummaryrefslogtreecommitdiff
path: root/configs/imxrt1050-evk_defconfig
diff options
context:
space:
mode:
authorGiulio Benetti <giulio.benetti@benettiengineering.com>2021-05-20 16:10:18 +0200
committerStefano Babic <sbabic@denx.de>2021-06-09 13:04:06 +0200
commitcb87278cf63cbc968004e77a277378adf2db2058 (patch)
tree6c94f8e48cfd9b0e16b92d58d79fe8182bcab170 /configs/imxrt1050-evk_defconfig
parent42b967216ed7e575f640ccfed38abb2ec27de3cd (diff)
downloadu-boot-cb87278cf63cbc968004e77a277378adf2db2058.zip
u-boot-cb87278cf63cbc968004e77a277378adf2db2058.tar.gz
u-boot-cb87278cf63cbc968004e77a277378adf2db2058.tar.bz2
configs: imxrt1050-evk: enable host usb support and its command
Now that usb host is supported let's enable it on this board. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Diffstat (limited to 'configs/imxrt1050-evk_defconfig')
-rw-r--r--configs/imxrt1050-evk_defconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig
index 9c8bdb0..9f509f3 100644
--- a/configs/imxrt1050-evk_defconfig
+++ b/configs/imxrt1050-evk_defconfig
@@ -32,8 +32,9 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x100
# CONFIG_BOOTM_PLAN9 is not set
# CONFIG_BOOTM_RTEMS is not set
# CONFIG_BOOTM_VXWORKS is not set
+CONFIG_CMD_USB=y
# CONFIG_CMD_MII is not set
-# CONFIG_DOS_PARTITION is not set
+# CONFIG_SPL_DOS_PARTITION is not set
# CONFIG_ISO_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
CONFIG_OF_CONTROL=y
@@ -65,6 +66,10 @@ CONFIG_FSL_LPUART=y
CONFIG_TIMER=y
CONFIG_SPL_TIMER=y
CONFIG_IMX_GPT_TIMER=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+# CONFIG_SPL_DM_USB is not set
+CONFIG_USB_EHCI_HCD=y
CONFIG_DM_VIDEO=y
CONFIG_BACKLIGHT_GPIO=y
CONFIG_SYS_WHITE_ON_BLACK=y