diff options
| author | Jon Nettleton <[email protected]> | 2017-11-06 10:33:21 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2017-11-16 11:45:20 +0100 |
| commit | b4b06ac6f767b833acf7cf6e7533ead2f4425378 (patch) | |
| tree | 367ad9dab3c270250f9f8cb140ebe84ed4e9422b | |
| parent | 78aa018f079598082087a3b7a319a82d486982fb (diff) | |
arm: mvebu: clearfog: enable XHCI USB
Enable the driver by default for the clearfog boards since the external
port is configured for XHCI.
Signed-off-by: Jon Nettleton <[email protected]>
[baruch: split from the SoC setup patch]
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/clearfog_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index fa9f04a9d8a..3de204346d8 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -43,5 +43,6 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y -CONFIG_USB_EHCI_HCD=y +CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_MVEBU=y CONFIG_USB_STORAGE=y |
