mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
@@ -100,7 +100,7 @@ struct us_data {
|
||||
trans_cmnd transport; /* transport routine */
|
||||
};
|
||||
|
||||
#ifdef CONFIG_USB_EHCI
|
||||
#ifdef CONFIG_USB_EHCI_HCD
|
||||
/*
|
||||
* The U-Boot EHCI driver can handle any transfer length as long as there is
|
||||
* enough free heap space left, but the SCSI READ(10) and WRITE(10) commands are
|
||||
|
Reference in New Issue
Block a user