diff options
author | Stefan Agner | 2016-07-13 00:25:36 -0700 |
---|---|---|
committer | Stefano Babic | 2016-07-19 19:52:14 +0200 |
commit | 2deebe2481c4a193c3c02e0a56b0b43039bcecb7 (patch) | |
tree | b165327d9327271efdc1f1187858a7a407157e19 /include/configs/mx7dsabresd.h | |
parent | 83fd908f28ca94baf095ba64b4b8a116dd473cb7 (diff) |
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/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index ece8a03f119..cfaf59bbe93 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 |