[PATCH] km/kirkwood: enable USB support and the host controller driver

Our kirkwood device embeds a USB host controller that is now used on some boards. This enables the support of USB and the corresponding driver.
Signed-off-by: Holger Brunck holger.brunck@hitachi-powergrids.com CC: Stefan Roese sr@denx.de --- board/keymile/km_arm/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/board/keymile/km_arm/Kconfig b/board/keymile/km_arm/Kconfig index 4b21db8573..6f55cfab86 100644 --- a/board/keymile/km_arm/Kconfig +++ b/board/keymile/km_arm/Kconfig @@ -58,8 +58,12 @@ config BOARD_SPECIFIC_OPTIONS # dummy select DM_SERIAL select DM_SPI select DM_SPI_FLASH + select USB + select USB_EHCI_HCD + select USB_EHCI_MARVELL imply CMD_CRAMFS imply CMD_DIAG imply FS_CRAMFS + imply CMD_USB
endif

On 03.11.20 15:41, Holger Brunck wrote:
Our kirkwood device embeds a USB host controller that is now used on some boards. This enables the support of USB and the corresponding driver.
Signed-off-by: Holger Brunck holger.brunck@hitachi-powergrids.com CC: Stefan Roese sr@denx.de
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan

On Tue, Nov 03, 2020 at 03:41:25PM +0100, Holger Brunck wrote:
Our kirkwood device embeds a USB host controller that is now used on some boards. This enables the support of USB and the corresponding driver.
Signed-off-by: Holger Brunck holger.brunck@hitachi-powergrids.com CC: Stefan Roese sr@denx.de Reviewed-by: Stefan Roese sr@denx.de
Applied to u-boot/master, thanks!
participants (3)
-
Holger Brunck
-
Stefan Roese
-
Tom Rini