diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-28 12:40:45 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-28 12:40:45 -0400 |
commit | 7ca22cfa0f04917c6dc22b9587f6a6448a7b67d3 (patch) | |
tree | 1c44b4ced82a2f683b27f8759d27c70121ece445 /arch/powerpc/configs | |
parent | 7027df36e41836b11f01b0d30eee40c55df7d013 (diff) |
USB: remove CONFIG_USB_DEBUG from defconfig files
Now that CONFIG_USB_DEBUG is gone, remove it from a number of defconfig
files that were enabling it.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/44x/currituck_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/configs/44x/currituck_defconfig b/arch/powerpc/configs/44x/currituck_defconfig index 4192322f8a7f..47de68261443 100644 --- a/arch/powerpc/configs/44x/currituck_defconfig +++ b/arch/powerpc/configs/44x/currituck_defconfig | |||
@@ -71,7 +71,6 @@ CONFIG_I2C_IBM_IIC=y | |||
71 | # CONFIG_HWMON is not set | 71 | # CONFIG_HWMON is not set |
72 | CONFIG_THERMAL=y | 72 | CONFIG_THERMAL=y |
73 | CONFIG_USB=y | 73 | CONFIG_USB=y |
74 | CONFIG_USB_DEBUG=y | ||
75 | CONFIG_USB_EHCI_HCD=y | 74 | CONFIG_USB_EHCI_HCD=y |
76 | CONFIG_USB_OHCI_HCD=y | 75 | CONFIG_USB_OHCI_HCD=y |
77 | CONFIG_RTC_CLASS=y | 76 | CONFIG_RTC_CLASS=y |
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index b21156372b24..c91066944842 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig | |||
@@ -964,7 +964,6 @@ CONFIG_HID_SAMSUNG=y | |||
964 | CONFIG_HID_SONY=y | 964 | CONFIG_HID_SONY=y |
965 | CONFIG_HID_SUNPLUS=y | 965 | CONFIG_HID_SUNPLUS=y |
966 | CONFIG_USB=y | 966 | CONFIG_USB=y |
967 | CONFIG_USB_DEBUG=y | ||
968 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | 967 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y |
969 | # CONFIG_USB_DEVICE_CLASS is not set | 968 | # CONFIG_USB_DEVICE_CLASS is not set |
970 | CONFIG_USB_MON=y | 969 | CONFIG_USB_MON=y |