diff options
author | Rajesh Bhagat <rajesh.bhagat@nxp.com> | 2016-07-01 18:51:49 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-08-07 21:55:43 +0200 |
commit | 631ae2674fe992d3a532083fed86dfefbee2f18c (patch) | |
tree | 2f6b76b4a415e1fdab27759525c365265478e936 | |
parent | a866c2145a20ac21c98a9c001ce9b05a11bf45b3 (diff) | |
download | u-boot-631ae2674fe992d3a532083fed86dfefbee2f18c.tar.gz |
arm: ls1021a: Enable CONFIG_DM_USB in defconfigs
Enables driver model flag CONFIG_DM_USB for LS1021A
platform defconfigs.
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
-rw-r--r-- | configs/ls1021aqds_ddr4_nor_defconfig | 1 | ||||
-rw-r--r-- | configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 | ||||
-rw-r--r-- | configs/ls1021aqds_nor_defconfig | 1 | ||||
-rw-r--r-- | configs/ls1021aqds_nor_lpuart_defconfig | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/configs/ls1021aqds_ddr4_nor_defconfig b/configs/ls1021aqds_ddr4_nor_defconfig index 6012d49595..ffaf6fd427 100644 --- a/configs/ls1021aqds_ddr4_nor_defconfig +++ b/configs/ls1021aqds_ddr4_nor_defconfig @@ -30,3 +30,4 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_DM_USB=y diff --git a/configs/ls1021aqds_ddr4_nor_lpuart_defconfig b/configs/ls1021aqds_ddr4_nor_lpuart_defconfig index 685f1da1b3..a7c3253165 100644 --- a/configs/ls1021aqds_ddr4_nor_lpuart_defconfig +++ b/configs/ls1021aqds_ddr4_nor_lpuart_defconfig @@ -30,3 +30,4 @@ CONFIG_FSL_LPUART=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_DM_USB=y diff --git a/configs/ls1021aqds_nor_defconfig b/configs/ls1021aqds_nor_defconfig index 67485465c1..7a82c67875 100644 --- a/configs/ls1021aqds_nor_defconfig +++ b/configs/ls1021aqds_nor_defconfig @@ -29,3 +29,4 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_DM_USB=y diff --git a/configs/ls1021aqds_nor_lpuart_defconfig b/configs/ls1021aqds_nor_lpuart_defconfig index 81035c9a1a..30c65cab00 100644 --- a/configs/ls1021aqds_nor_lpuart_defconfig +++ b/configs/ls1021aqds_nor_lpuart_defconfig @@ -30,3 +30,4 @@ CONFIG_FSL_LPUART=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_DM_USB=y |