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
This commit is contained in:
Ben Hutchings 2013-11-10 16:58:41 +00:00
parent 4f224fc29b
commit 1710f18e5c
1 changed files with 20 additions and 2 deletions

22
debian/config/config vendored
View File

@ -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