km/kirkwood: enable USB support and the host controller driver
authorHolger Brunck <holger.brunck@hitachi-powergrids.com>
Tue, 3 Nov 2020 14:41:25 +0000 (15:41 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:14:15 +0000 (15:14 -0500)
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>
board/keymile/km_arm/Kconfig

index 4b21db8..6f55cfa 100644 (file)
@@ -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