diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-07-13 00:25:36 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-07-19 19:52:14 +0200 |
commit | 2deebe2481c4a193c3c02e0a56b0b43039bcecb7 (patch) | |
tree | b165327d9327271efdc1f1187858a7a407157e19 /include | |
parent | 83fd908f28ca94baf095ba64b4b8a116dd473cb7 (diff) | |
download | u-boot-2deebe2481c4a193c3c02e0a56b0b43039bcecb7.tar.gz u-boot-2deebe2481c4a193c3c02e0a56b0b43039bcecb7.tar.xz u-boot-2deebe2481c4a193c3c02e0a56b0b43039bcecb7.zip |
usb: move CONFIG_USB_EHCI_MX7 to Kconfig
Create an entry for "config USB_EHCI_MX7" in Kconfig and
switch over to it for all boards.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 | ||||
-rw-r--r-- | include/configs/warp7.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index ece8a03f11..cfaf59bbe9 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -237,8 +237,6 @@ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */ /* USB Configs */ -#define CONFIG_USB_EHCI -#define CONFIG_USB_EHCI_MX7 #define CONFIG_USB_STORAGE #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #define CONFIG_USB_HOST_ETHER diff --git a/include/configs/warp7.h b/include/configs/warp7.h index fc0e51a9ae..af39817b23 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -114,8 +114,6 @@ #define CONFIG_MMCROOT "/dev/mmcblk2p2" /* USB Configs */ -#define CONFIG_USB_EHCI -#define CONFIG_USB_EHCI_MX7 #define CONFIG_USB_STORAGE #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |