summaryrefslogtreecommitdiff
path: root/board/ti/panda
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-12 22:33:27 -0400
committerTom Rini <trini@konsulko.com>2017-05-15 10:40:05 -0400
commit8850c5d57c10aa6431d138d426e6e105c99cc7ba (patch)
tree6f1e76b3b38dd2e2ff780a4919db43d3ab645867 /board/ti/panda
parent86a030791822d4ccc3ea3779b4af68bced555977 (diff)
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
In order to be able to migrate the various SoC EHCI CONFIG options we first need to finish the switch from CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/ti/panda')
-rw-r--r--board/ti/panda/panda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c
index 187ff3cff4..5822366448 100644
--- a/board/ti/panda/panda.c
+++ b/board/ti/panda/panda.c
@@ -15,7 +15,7 @@
#include "panda_mux_data.h"
-#ifdef CONFIG_USB_EHCI
+#ifdef CONFIG_USB_EHCI_HCD
#include <usb.h>
#include <asm/arch/ehci.h>
#include <asm/ehci-omap.h>
@@ -301,7 +301,7 @@ void board_mmc_power_init(void)
#endif
#endif
-#ifdef CONFIG_USB_EHCI
+#ifdef CONFIG_USB_EHCI_HCD
static struct omap_usbhs_board_data usbhs_bdata = {
.port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,