diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-28 09:40:45 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-28 09:40:45 -0700 |
commit | 7ca22cfa0f04917c6dc22b9587f6a6448a7b67d3 (patch) | |
tree | 1c44b4ced82a2f683b27f8759d27c70121ece445 /arch/arm/configs/neponset_defconfig | |
parent | 7027df36e41836b11f01b0d30eee40c55df7d013 (diff) | |
download | linux-7ca22cfa0f04917c6dc22b9587f6a6448a7b67d3.tar.bz2 |
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/arm/configs/neponset_defconfig')
-rw-r--r-- | arch/arm/configs/neponset_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/neponset_defconfig b/arch/arm/configs/neponset_defconfig index 63aa319b44bb..460dca4a4f98 100644 --- a/arch/arm/configs/neponset_defconfig +++ b/arch/arm/configs/neponset_defconfig @@ -68,7 +68,6 @@ CONFIG_SOUND=y CONFIG_SOUND_PRIME=y # CONFIG_USB_HID is not set CONFIG_USB=m -CONFIG_USB_DEBUG=y CONFIG_USB_MON=m CONFIG_USB_OHCI_HCD=m CONFIG_USB_STORAGE=m |