mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
7b4fe6dac1
commit
cbfc3b76b0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue