diff options
author | Peng Fan <peng.fan@nxp.com> | 2017-04-13 14:09:59 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-05-18 11:24:34 +0200 |
commit | d1e204b56681457dd66592a845c290da4fc78791 (patch) | |
tree | b4f5aeb4e3d367e8625b6b1ea580958463952eec /configs/mx7dsabresd_defconfig | |
parent | 709fef513120cfc9a18bfcee42d466bd3d04b3a4 (diff) |
imx: mx7dsabresd: switch to DM USB
Switch to use DM USB.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx7dsabresd_defconfig')
-rw-r--r-- | configs/mx7dsabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 0c9fa7c7d81..52faae43e4f 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_defconfig @@ -59,6 +59,7 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_SPI=y CONFIG_SOFT_SPI=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_MXC_USB_OTG_HACTIVE=y CONFIG_USB_STORAGE=y |