summaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorThomas Petazzoni2016-07-19 14:04:31 +0200
committerGregory CLEMENT2016-08-08 17:26:58 +0200
commitd1cc3d921320c15689e3a619cb95970ce194cb86 (patch)
tree1bf4d5c4eae4c4ffb578a7a620110ab60df9e7d7 /arch/arm64/configs
parentLinux 4.8-rc1 (diff)
downloadkernel-qcow2-linux-d1cc3d921320c15689e3a619cb95970ce194cb86.tar.gz
kernel-qcow2-linux-d1cc3d921320c15689e3a619cb95970ce194cb86.tar.xz
kernel-qcow2-linux-d1cc3d921320c15689e3a619cb95970ce194cb86.zip
arm64: defconfig: enable xhci-platform
Some ARM64 platforms (for example the Marvell Armada 7K/8K) use the generic XHCI platform driver, so it makes sense to enable CONFIG_USB_XHCI_PLATFORM=y in the defconfig to support XHCI on such platforms. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0555b7caaf2c..423a1cc91224 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -256,6 +256,7 @@ CONFIG_SND_SOC_AK4613=y
CONFIG_USB=y
CONFIG_USB_OTG=y
CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PLATFORM=y
CONFIG_USB_XHCI_RCAR=y
CONFIG_USB_EHCI_EXYNOS=y
CONFIG_USB_XHCI_TEGRA=y