From 1710f18e5ca7dca2b56f0dd0710a1c283c4eb522 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 10 Nov 2013 16:58:41 +0000 Subject: [PATCH] usb/phy: Explicitly disable all drivers at top level These drivers used to be conditional on USB_PHY (which we disabled) but now they select it. Disable them all and let individual configs (and other symbols) enable the drivers. svn path=/dists/trunk/linux/; revision=20788 --- debian/config/config | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/config/config b/debian/config/config index ade7e0dcb..5f7e281e3 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3550,8 +3550,26 @@ CONFIG_USB_MON=y ## ## file: drivers/usb/phy/Kconfig ## -# CONFIG_USB_PHY is not set -CONFIG_NOP_USB_XCEIV=m +# CONFIG_AB8500_USB is not set +# CONFIG_FSL_USB2_OTG is not set +# CONFIG_ISP1301_OMAP is not set +# CONFIG_MV_U3D_PHY is not set +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_OMAP_CONTROL_USB is not set +# CONFIG_OMAP_USB2 is not set +# CONFIG_OMAP_USB3 is not set +# CONFIG_AM335X_PHY_USB is not set +# CONFIG_SAMSUNG_USB2PHY is not set +# CONFIG_SAMSUNG_USB3PHY is not set +# CONFIG_TWL4030_USB is not set +# CONFIG_TWL6030_USB is not set +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_USB_ISP1301 is not set +# CONFIG_USB_MSM_OTG is not set +# CONFIG_USB_MV_OTG is not set +# CONFIG_USB_MXS_PHY is not set +# CONFIG_USB_RCAR_PHY is not set +# CONFIG_USB_ULPI is not set ## ## file: drivers/usb/renesas_usbhs/Kconfig