diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-04-04 12:26:55 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-25 17:03:25 +0200 |
commit | 400b972a7eb7756dcf111990d6d16187c30ae9db (patch) | |
tree | cb1d5bab487237e4261b593d8cae64bc361126e4 /configs/usbarmory_defconfig | |
parent | 52b239ccd11501ca233c419897849bdbc9731d43 (diff) | |
download | u-boot-400b972a7eb7756dcf111990d6d16187c30ae9db.tar.gz u-boot-400b972a7eb7756dcf111990d6d16187c30ae9db.tar.bz2 u-boot-400b972a7eb7756dcf111990d6d16187c30ae9db.zip |
Convert CONFIG_USB_EHCI_MX5 to Kconfig
This converts the following to Kconfig:
CONFIG_USB_EHCI_MX5
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/usbarmory_defconfig')
-rw-r--r-- | configs/usbarmory_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig index b1f872405b..46f9996e18 100644 --- a/configs/usbarmory_defconfig +++ b/configs/usbarmory_defconfig @@ -15,4 +15,5 @@ CONFIG_CMD_USB=y CONFIG_ENV_IS_IN_MMC=y CONFIG_FSL_ESDHC=y CONFIG_USB=y +CONFIG_USB_EHCI_MX5=y CONFIG_OF_LIBFDT=y |