summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorRoger Quadros2016-08-31 22:10:42 +0200
committerSantosh Shilimkar2016-08-31 22:10:50 +0200
commit81b1f69e0185b1e9053ae5ce3948967ccaa29bba (patch)
treef3997f987e4b348099b757ca12d83a6df5ab4c3b /arch/arm/configs
parentLinux 4.8-rc1 (diff)
downloadkernel-qcow2-linux-81b1f69e0185b1e9053ae5ce3948967ccaa29bba.tar.gz
kernel-qcow2-linux-81b1f69e0185b1e9053ae5ce3948967ccaa29bba.tar.xz
kernel-qcow2-linux-81b1f69e0185b1e9053ae5ce3948967ccaa29bba.zip
ARM: keystone: defconfig: Fix USB configuration
Simply enabling CONFIG_KEYSTONE_USB_PHY doesn't work anymore as it depends on CONFIG_NOP_USB_XCEIV. We need to enable that as well. This fixes USB on Keystone boards from v4.8-rc1 onwards. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/keystone_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index 71b42e66488a..78cd2f197e01 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -161,6 +161,7 @@ CONFIG_USB_MON=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_DWC3=y
+CONFIG_NOP_USB_XCEIV=y
CONFIG_KEYSTONE_USB_PHY=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y