USB: Remove superfluous "depends on USB_SERIAL" from Kconfig.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sun, 6 Apr 2008 12:00:30 +0000 (08:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:50 +0000 (21:16 -0700)
Given that most of drivers/usb/serial/Kconfig is wrapped inside:

  if USB_SERIAL
  ...
  endif # USB_SERIAL

remove the consequently redundant dependencies on USB_SERIAL.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found